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 | 祭?轢 | 1000110111010101001111111110011110000000 | 8dd53fe780 |
EUC-JP | 祭?轢 | 1011101011010111001111111110110111100000 | bad73fede0 |
UTF-8 | 祭멸轢 | 111001111010010110101101111010111010100110111000111010001011110110100010 | e7a5adeba9b8e8bda2 |
UHC | 祭멸轢 | 111100001010111010111000111010101101010111111001 | f0aeb8ead5f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)