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 | 111000001110001111100000110110111110000011100011111000001101101101000010 | e0e3e0dbe0e3e0db42 |
EUC-JP | 璢珈璢珈B | 111000001110010111100000110111011110000011100101111000001101110101000010 | e0e5e0dde0e5e0dd42 |
UTF-8 | 璢珈璢珈B | 11100111100100101010001011100111100011111000100011100111100100101010001011100111100011111000100001000010 | e792a2e78f88e792a2e78f8842 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)