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 | ??????H | 00111111001111110011111100111111001111110011111101001000 | 3f3f3f3f3f3f48 |
SJIS-WIN | 汝?????H | 1001001111110000001111110011111100111111001111110011111101001000 | 93f03f3f3f3f3f48 |
EUC-JP | 汝?????H | 1100011011110010001111110011111100111111001111110011111101001000 | c6f23f3f3f3f3f48 |
UTF-8 | 汝싦많呂묉겘H | 11100110101100011001110111101100100010111010011011101011101001111000111011101111101001101000000011101011101011001000100111101010101100101001100001001000 | e6b19dec8ba6eba78eefa680ebac89eab29848 |
UHC | 汝싦많呂묉겘H | 11100110101000111001101011100100101110001011100111100101111110111001000111100110100000011010111101001000 | e6a39ae4b8b9e5fb91e681af48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)