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 | 車讀射 | 100011101101010011100110101001001000111011001011 | 8ed4e6a48ecb |
EUC-JP | 車讀射 | 101111001101011011101100101001101011110011001101 | bcd6eca6bccd |
UTF-8 | 車讀射 | 111010001011101110001010111010001010111010000000111001011011000010000100 | e8bb8ae8ae80e5b084 |
UHC | 車讀射 | 111100111011001111010100110000011101111011010010 | f3b3d4c1ded2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)