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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?匡??? | 001111111000101110100111001111110011111100111111 | 3f8ba73f3f3f |
EUC-JP | ?匡??? | 001111111011011010101001001111110011111100111111 | 3fb6a93f3f3f |
UTF-8 | 렺匡렦렺례 | 111010111010000010111010111001011000110010100001111010111010000010100110111010111010000010111010111010111010000110000000 | eba0bae58ca1eba0a6eba0baeba180 |
UHC | 렺匡렦렺례 | 10001110110000101100111011000100100011101011010110001110110000101011011111001010 | 8ec2cec48eb58ec2b7ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)