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 | ???@h | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | ?健ァ@h | 00111111100011001001001010000011010000000100000001101000 | 3f8c9283404068 |
EUC-JP | ?健ァ@h | 00111111101101111111001010100101101000010100000001101000 | 3fb7f2a5a14068 |
UTF-8 | 룴健ァ@h | 1110101110100011101101001110010110000001101001011110001110000010101000010100000001101000 | eba3b4e581a5e382a14068 |
UHC | 룴健ァ@h | 1000111110101001110010111110110110101011101000010100000001101000 | 8fa9cbedaba14068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)