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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 曄ο?疫 | 10011110010000001000001111001101001111111000100101110101 | 9e4083cd3f8975 |
EUC-JP | 曄ο?疫 | 11011011101000011010011011001111001111111011000111010110 | dba1a6cf3fb1d6 |
UTF-8 | 曄ο풊疫 | 1110011010011011100001001100111010111111111011011001001010001010111001111001011010101011 | e69b84cebfed928ae796ab |
UHC | 曄ο풊疫 | 1110011110100101101001011110111110111110100100001110011010111001 | e7a5a5efbe90e6b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)