To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 緬?? | 10010110110010010011111100111111 | 96c93f3f |
EUC-JP | 緬?? | 11001100110010110011111100111111 | cccb3f3f |
UTF-8 | 緬룫징 | 111001111011011110101100111010111010001110101011111011001010011110010101 | e7b7aceba3abeca795 |
UHC | 緬룫징 | 110110001111101110001111101000101100001010100001 | d8fb8fa2c2a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)