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 | ??¤?? | 0011111100111111101001000011111100111111 | 3f3fa43f3f |
SJIS-WIN | ?日??? | 001111111001001111111010001111110011111100111111 | 3f93fa3f3f3f |
EUC-JP | ?日¤?? | 0011111111000110111111001000111110100010111100000011111100111111 | 3fc6fc8fa2f03f3f |
UTF-8 | 룫日¤룶句 | 1110101110100011101010111110011010010111101001011100001010100100111010111010001110110110111011111010010010000110 | eba3abe697a5c2a4eba3b6efa486 |
UHC | 룫日¤룶句 | 10001111101000101110110011101101101000101011010010001111101010111100111111111011 | 8fa2eceda2b48fabcffb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)