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 | 鬢碁鵠逖滔椁 | 111010011010010010001100111010011000110110010100111001111001100010011111111010111001111010010110 | e9a48ce98d94e7989feb9e96 |
EUC-JP | 鬢碁鵠逖滔椁 | 111100101010011010111000111010111011100111110100111011011111100011011110111011011101101111110110 | f2a6b8ebb9f4edf8deeddbf6 |
UTF-8 | 鬢碁鵠逖滔椁 | 111010011010110010100010111001111010001010000001111010011011010110100000111010011000000010010110111001101011101110010100111001101010010010000001 | e9aca2e7a281e9b5a0e98096e6bb94e6a481 |
UHC | ?碁鵠?滔? | 001111111101000110110011110011011101110000111111110101001010010100111111 | 3fd1b3cddc3fd4a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)