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 | 렺匡렜렺촨 | 111010111010000010111010111001011000110010100001111010111010000010011100111010111010000010111010111011001011010010101000 | eba0bae58ca1eba09ceba0baecb4a8 |
UHC | 렺匡렜렺촨 | 10001110110000101100111011000100100011101010111010001110110000101100001111010011 | 8ec2cec48eae8ec2c3d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)