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 | エ瘴耻 | 1011010011100001100011111110001111010101 | b4e18fe3d5 |
EUC-JP | エ瘴耻 | 100011101011010011100001111011111110011011010111 | 8eb4e1efe6d7 |
UTF-8 | エ瘴耻 | 111011111011110110110100111001111001100010110100111010001000000010111011 | efbdb4e798b4e880bb |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)