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 | 氏紳 | 10001110100000011001000001100001 | 8e819061 |
EUC-JP | 氏紳 | 10111011111000011011111111000010 | bbe1bfc2 |
UTF-8 | 氏紳 | 111001101011000010001111111001111011010010110011 | e6b08fe7b4b3 |
UHC | 氏紳 | 11100100101010111110001111101011 | e4abe3eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)