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 | 種?祭 | 1000111011101101001111111000110111010101 | 8eed3f8dd5 |
EUC-JP | 種?祭 | 1011110011101111001111111011101011010111 | bcef3fbad7 |
UTF-8 | 種렧祭 | 111001111010100010101110111010111010000010100111111001111010010110101101 | e7a8aeeba0a7e7a5ad |
UHC | 種렧祭 | 111100001111101010001110101101101111000010101110 | f0fa8eb6f0ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)