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 | ??x?? | 0011111100111111011110000011111100111111 | 3f3f783f3f |
SJIS-WIN | ?譟x嶸耶 | 0011111111100110100111110111100011111010101101001001011011101011 | 3fe69f78fab496eb |
EUC-JP | 嶴譟x嶸耶 | 1000111110111011111100111110110010100001011110001000111110111011111101001100110011101101 | 8fbbf3eca1788fbbf4cced |
UTF-8 | 嶴譟x嶸耶 | 11100101101101101011010011101000101011011001111101111000111001011011011010111000111010001000000010110110 | e5b6b4e8ad9f78e5b6b8e880b6 |
UHC | ??x嶸耶 | 00111111001111110111100011100111101011101110010110101101 | 3f3f78e7aee5ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)