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 | 蓆簧漆 | 111001001110110011100010110011101000111010111101 | e4ece2ce8ebd |
EUC-JP | 蓆簧漆 | 111010001110111011100100110100001011110010111111 | e8eee4d0bcbf |
UTF-8 | 蓆簧漆 | 111010001001001110000110111001111011000010100111111001101011110010000110 | e89386e7b0a7e6bc86 |
UHC | 蓆簧漆 | 111000001011011011111100110101111111011011010100 | e0b6fcd7f6d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)