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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 葯糾 | 11100100110111101000101110001010 | e4de8b8a |
EUC-JP | 葯糾 | 11101000111000001011010111101010 | e8e0b5ea |
UTF-8 | 葯糾 | 111010001001000110101111111001111011001110111110 | e891afe7b3be |
UHC | 葯糾 | 11100101101101011101000010101100 | e5b5d0ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)