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 | 暎??歪 | 100111011111001100111111001111111001100001100011 | 9df33f3f9863 |
EUC-JP | 暎??歪 | 110110101111010100111111001111111100111111000100 | daf53f3fcfc4 |
UTF-8 | 暎얜젦歪 | 111001101001101010001110111011001001011010011100111011001010000010100110111001101010110110101010 | e69a8eec969ceca0a6e6adaa |
UHC | 暎얜젦歪 | 1110011110110010101111101110101110100000100111101110100011100000 | e7b2beeba09ee8e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)