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 | èB}èB{^ | 11101000010000100111110111101000010000100111101101011110 | e8427de8427b5e |
SJIS-WIN | ?B}?B{^ | 00111111010000100111110100111111010000100111101101011110 | 3f427d3f427b5e |
EUC-JP | èB}èB{^ | 1000111110101011101100100100001001111101100011111010101110110010010000100111101101011110 | 8fabb2427d8fabb2427b5e |
UTF-8 | èB}èB{^ | 110000111010100001000010011111011100001110101000010000100111101101011110 | c3a8427dc3a8427b5e |
UHC | ?B}?B{^ | 00111111010000100111110100111111010000100111101101011110 | 3f427d3f427b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)