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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 邁溯」 | 1110011110110000100111111110100010100011 | e7b09fe8a3 |
EUC-JP | 邁溯」 | 111011101011001011011110111010101000111010100011 | eeb2deea8ea3 |
UTF-8 | 邁溯」 | 111010011000001010000001111001101011101010101111111011111011110110100011 | e98281e6baafefbda3 |
UHC | 邁溯? | 1101100011100100111000011011110100111111 | d8e4e1bd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)