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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 漬?鬱??? | 1001001011010000001111111001111101010100001111110011111100111111 | 92d03f9f543f3f3f |
EUC-JP | 漬?鬱??? | 1100010011010010001111111101110110110101001111110011111100111111 | c4d23fddb53f3f3f |
UTF-8 | 漬렮鬱렠裏렦 | 111001101011110010101100111010111010000010101110111010011010110010110001111010111010000010100000111011111010011110100111111010111010000010100110 | e6bcaceba0aee9acb1eba0a0efa7a7eba0a6 |
UHC | 漬렮鬱렠裏렦 | 111100101011000010001110101110111110101010100110100011101011000111101100110000001000111010110101 | f2b08ebbeaa68eb1ecc08eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)