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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 蝨??瀛??^ | 111001011001110000111111001111111110000001101001001111110011111101011110 | e59c3f3fe0693f3f5e |
EUC-JP | 蝨??瀛??^ | 111010011111110000111111001111111101111111001010001111110011111101011110 | e9fc3f3fdfca3f3f5e |
UTF-8 | 蝨덊뢆瀛룒뢎^ | 11101000100111011010100011101011100011011000101011101011101000101000011011100111100000001001101111101011101000111001001011101011101000101000111001011110 | e89da8eb8d8aeba286e7809beba392eba28e5e |
UHC | 蝨덊뢆瀛룒뢎^ | 11100011101001001000100011101101100011110100001011100111101110101000111110001111100011110100100101011110 | e3a488ed8f42e7ba8f8f8f495e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)