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 | 11101000111101011001011011101000100001001000011101000010 | e8f596e8848742 |
EUC-JP | 頷冶хB | 11110000111101111100110011101010101001111110011101000010 | f0f7cceaa7e742 |
UTF-8 | 頷冶хB | 111010011010000010110111111001011000011010110110110100011000010101000010 | e9a0b7e586b6d18542 |
UHC | ?冶хB | 001111111110010110100111101011001110011101000010 | 3fe5a7ace742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)