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 | ?a?oB | 0011111101100001001111110110111101000010 | 3f613f6f42 |
SJIS-WIN | ?a?oB | 0011111101100001001111110110111101000010 | 3f613f6f42 |
EUC-JP | ?a?oB | 0011111101100001001111110110111101000010 | 3f613f6f42 |
UTF-8 | 챌a찾oB | 111011001011000110001100011000011110110010110000101111100110111101000010 | ecb18c61ecb0be6f42 |
UHC | 챌a찾oB | 11000011101001110110000111000011101000110110111101000010 | c3a761c3a36f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)