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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 赳、闊梧゙檻 | 11100110111000001010010011101000100010001000110011100110110111101001111101000010 | e6e0a4e8888ce6de9f42 |
EUC-JP | 赳、闊梧゙檻 | 111011001110001010001110101001001110111111101000101110001110100010001110110111101101110110100011 | ece28ea4efe8b8e88ededda3 |
UTF-8 | 赳、闊梧゙檻 | 111010001011010110110011111011111011110110100100111010011001011110001010111001101010001010100111111011111011111010011110111001101010101010111011 | e8b5b3efbda4e9978ae6a2a7efbe9ee6aabb |
UHC | 赳?闊梧?檻 | 11010000101011110011111111111100110001001110011111111100001111111111100111100011 | d0af3ffcc4e7fc3ff9e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)