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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???円?? | 00111111001111110011111110001001011111100011111100111111 | 3f3f3f897e3f3f |
EUC-JP | 髥??円?? | 100011111110100111110000001111110011111110110001110111110011111100111111 | 8fe9f03f3fb1df3f3f |
UTF-8 | 髥깑뢑円롰깳 | 111010011010101110100101111010101011100110010001111010111010001010010001111001011000011010000110111010111010000110110000111010101011100110110011 | e9aba5eab991eba291e58686eba1b0eab9b3 |
UHC | 髥깑뢑円롰깳 | 111001111010001110000011100010111000111101001100111001011111011110001110111011011000001110100001 | e7a3838b8f4ce5f78eed83a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)