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 | 躊溪鍜 | 111001110101001110011111111000101110100001000111 | e7539fe2e847 |
EUC-JP | 躊溪鍜 | 111011011011010011011110111001001110111110101000 | edb4dee4efa8 |
UTF-8 | 躊溪鍜 | 111010001011101010001010111001101011101010101010111010011000110110011100 | e8ba8ae6baaae98d9c |
UHC | 躊溪? | 1111000111001100110011011010001000111111 | f1cccda23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)