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 | 煮宍射 | 100011101100111110001110101100111000111011001011 | 8ecf8eb38ecb |
EUC-JP | 煮宍射 | 101111001101000110111100101101011011110011001101 | bcd1bcb5bccd |
UTF-8 | 煮宍射 | 111001111000010110101110111001011010111010001101111001011011000010000100 | e785aee5ae8de5b084 |
UHC | 煮?射 | 1110110110110100001111111101111011010010 | edb43fded2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)