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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 譽夂洒B | 11100110101000111001101011100111100111111010110101000010 | e6a39ae79fad42 |
EUC-JP | 譽夂洒B | 11101100101001011101010011101001110111101010111101000010 | eca5d4e9deaf42 |
UTF-8 | 譽夂洒B | 11101000101011011011110111100101101001001000001011100110101101001001001001000010 | e8adbde5a482e6b49242 |
UHC | 譽??B | 1110011111100010001111110011111101000010 | e7e23f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)