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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???琮 | 0011111100111111001111111111101101101010 | 3f3f3ffb6a |
EUC-JP | 塼??琮 | 1000111110111000101110010011111100111111100011111100110010110010 | 8fb8b93f3f8fccb2 |
UTF-8 | 塼흔눌琮 | 111001011010000110111100111011011001110110010100111010111000100010001100111001111001000010101110 | e5a1bced9d94eb888ce790ae |
UHC | 塼흔눌琮 | 1110111011110100110010001110011110110100101011011111000011111001 | eef4c8e7b4adf0f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)