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 | 葯溥怩 | 111001001101111010011111111011101001110010000010 | e4de9fee9c82 |
EUC-JP | 葯溥怩 | 111010001110000011011110111100001101011111100010 | e8e0def0d7e2 |
UTF-8 | 葯溥怩 | 111010001001000110101111111001101011101010100101111001101000000010101001 | e891afe6baa5e680a9 |
UHC | 葯溥? | 1110010110110101110111011010101000111111 | e5b5ddaa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)