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 | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | 場貍コH | 100011111110101011100110101111001011101001001000 | 8feae6bcba48 |
EUC-JP | 場貍コH | 10111110111011001110110010111110100011101011101001001000 | beececbe8eba48 |
UTF-8 | 場貍コH | 11100101101000001011010011101000101100101000110111101111101111011011101001001000 | e5a0b4e8b28defbdba48 |
UHC | 場??H | 1110110111011110001111110011111101001000 | edde3f3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)