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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 箏矍モケ^ | 111000101011010111100001110111011111001011100011110100111011100101011110 | e2b5e1ddf2e3d3b95e |
EUC-JP | 箏矍?モケ^ | 11100100101101111110001011011111001111111000111011010011100011101011100101011110 | e4b7e2df3f8ed38eb95e |
UTF-8 | 箏矍モケ^ | 11100111101011101000111111100111100111111000110111101110100010001001101011101111101111101001001111101111101111011011100101011110 | e7ae8fe79f8dee889aefbe93efbdb95e |
UHC | 箏????^ | 11101110101101000011111100111111001111110011111101011110 | eeb43f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)