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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 縣璽縣璽B | 111000110111000010001110101000111110001101110000100011101010001101000010 | e3708ea3e3708ea342 |
EUC-JP | 縣璽縣璽B | 111001011101000110111100101001011110010111010001101111001010010101000010 | e5d1bca5e5d1bca542 |
UTF-8 | 縣璽縣璽B | 11100111101110001010001111100111100100101011110111100111101110001010001111100111100100101011110101000010 | e7b8a3e792bde7b8a3e792bd42 |
UHC | 縣璽縣璽B | 111110101110001111011111110111101111101011100011110111111101111001000010 | fae3dfdefae3dfde42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)