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 | 祭逗陶 | 100011011101010110010000100000001001001110101001 | 8dd5908093a9 |
EUC-JP | 祭逗陶 | 101110101101011110111111111000001100011010101011 | bad7bfe0c6ab |
UTF-8 | 祭逗陶 | 111001111010010110101101111010011000000010010111111010011001100110110110 | e7a5ade98097e999b6 |
UHC | 祭逗陶 | 111100001010111011010100111010001101010010110110 | f0aed4e8d4b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)