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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 栒롍렫롙롘 | 111001101010000010010010111010111010000110001101111010111010000010101011111010111010000110011001111010111010000110011000 | e6a092eba18deba0abeba199eba198 |
UHC | 栒롍렫롙롘 | 11100010111000111000111011010011100011101011100110001110110111011000111011011100 | e2e38ed38eb98edd8edc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)