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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 楢?楢?^ | 10010011111010000011111110010011111010000011111101011110 | 93e83f93e83f5e |
EUC-JP | 楢?楢?^ | 11000110111010100011111111000110111010100011111101011110 | c6ea3fc6ea3f5e |
UTF-8 | 楢璥楢璥^ | 11100110101001011010001011100111100100101010010111100110101001011010001011100111100100101010010101011110 | e6a5a2e792a5e6a5a2e792a55e |
UHC | 楢璥楢璥^ | 111010101111100111001100111000001110101011111001110011001110000001011110 | eaf9cce0eaf9cce05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)