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 | 赳、闊誤 | 11100110111000001010010011101000100010001000110011101011 | e6e0a4e8888ceb |
EUC-JP | 赳、闊誤 | 1110110011100010100011101010010011101111111010001011100011101101 | ece28ea4efe8b8ed |
UTF-8 | 赳、闊誤 | 111010001011010110110011111011111011110110100100111010011001011110001010111010001010101010100100 | e8b5b3efbda4e9978ae8aaa4 |
UHC | 赳?闊誤 | 11010000101011110011111111111100110001001110100010100110 | d0af3ffcc4e8a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)