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 | ???BF | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
SJIS-WIN | 茫>審BF | 1110010010101001100000011000010010010000010100100100001001000110 | e4a9818490524246 |
EUC-JP | 茫>審BF | 1110100010101011101000011110010010111111101100110100001001000110 | e8aba1e4bfb34246 |
UTF-8 | 茫>審BF | 1110100010001100101010111110111110111100100111101110010110101111101010010100001001000110 | e88cabefbc9ee5afa94246 |
UHC | 茫>審BF | 1101100011010100101000111011111011100011111110110100001001000110 | d8d4a3bee3fb4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)