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 | ???x | 00111111001111110011111101111000 | 3f3f3f78 |
SJIS-WIN | ???x | 00111111001111110011111101111000 | 3f3f3f78 |
EUC-JP | ???x | 00111111001111110011111101111000 | 3f3f3f78 |
UTF-8 | 챌철혝x | 11101100101100011000110011101100101100101010000011101101100110001001110101111000 | ecb18cecb2a0ed989d78 |
UHC | 챌철혝x | 11000011101001111100001110110110110000101000011101111000 | c3a7c3b6c28778 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)