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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 枝校陶 | 100011100111110110001101010110101001001110101001 | 8e7d8d5a93a9 |
EUC-JP | 枝校陶 | 101110111101111010111001101110111100011010101011 | bbdeb9bbc6ab |
UTF-8 | 枝校陶 | 111001101001111010011101111001101010000010100001111010011001100110110110 | e69e9de6a0a1e999b6 |
UHC | 枝校陶 | 111100101010101111001110111010001101010010110110 | f2abcee8d4b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)