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 | ??箝?? | 001111110011111111100010101011010011111100111111 | 3f3fe2ad3f3f |
EUC-JP | ??箝?? | 001111110011111111100100101011110011111100111111 | 3f3fe4af3f3f |
UTF-8 | 렺컴箝셍렩 | 111010111010000010111010111011001011101110110100111001111010111010011101111011001000010110001101111010111010000010101001 | eba0baecbbb4e7ae9dec858deba0a9 |
UHC | 렺컴箝셍렩 | 10001110110000101100010011000100110011001100010010111100110001001000111010110111 | 8ec2c4c4ccc4bcc48eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)