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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 燿??暎? | 11100000101000000011111100111111100111011111001100111111 | e0a03f3f9df33f |
EUC-JP | 燿??暎? | 11100000101000100011111100111111110110101111010100111111 | e0a23f3fdaf53f |
UTF-8 | 燿녔첁暎욪 | 111001111000011110111111111010111000010110010100111011001011001010000001111001101001101010001110111011001001101010101010 | e787bfeb8594ecb281e69a8eec9aaa |
UHC | 燿녔첁暎욪 | 11101000111111001011001111100110101010101000111011100111101100101001111101000010 | e8fcb3e6aa8ee7b29f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)