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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 猥??懈? | 11100000110011100011111100111111100111001110011000111111 | e0ce3f3f9ce63f |
EUC-JP | 猥??懈? | 11100000110100000011111100111111110110001110100000111111 | e0d03f3fd8e83f |
UTF-8 | 猥쀫뙋懈뢆 | 111001111000110010100101111011001000000010101011111010111001100110001011111001101000011110001000111010111010001010000110 | e78ca5ec80abeb998be68788eba286 |
UHC | 猥쀫뙋懈뢆 | 11101000111001011001011111101011100011001001000011111010101010111000111101000010 | e8e597eb8c90faab8f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)