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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | ?習B | 00111111100011110100101101000010 | 3f8f4b42 |
EUC-JP | ?習B | 00111111101111011010110001000010 | 3fbdac42 |
UTF-8 | 렣習B | 11101011101000001010001111100111101111111001001001000010 | eba0a3e7bf9242 |
UHC | 렣習B | 1000111010110100111000111010011101000010 | 8eb4e3a742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)