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 | 렺匡씻쩡렜 | 111010111010000010111010111001011000110010100001111011001001010010111011111011001010100110100001111010111010000010011100 | eba0bae58ca1ec94bbeca9a1eba09c |
UHC | 렺匡씻쩡렜 | 10001110110000101100111011000100101111101100010011000010110001001000111010101110 | 8ec2cec4bec4c2c48eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)