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 | 諸???? | 100011111001010000111111001111110011111100111111 | 8f943f3f3f3f |
EUC-JP | 諸???? | 101111011111010000111111001111110011111100111111 | bdf43f3f3f3f |
UTF-8 | 諸쇠浪李렣 | 111010001010101110111000111011001000011110100000111011111010010010101010111011111010011110100001111010111010000010100011 | e8abb8ec87a0efa4aaefa7a1eba0a3 |
UHC | 諸쇠浪李렣 | 11110000101100111011110011101000110100101010100111101100101100001000111010110100 | f0b3bce8d2a9ecb08eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)