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 | ?經? | 00111111111000110101001100111111 | 3fe3533f |
EUC-JP | 饔經汶 | 1000111111101000111011111110010110110100100011111100011011100101 | 8fe8efe5b48fc6e5 |
UTF-8 | 饔經汶 | 111010011010010110010100111001111011011010010011111001101011000110110110 | e9a594e7b693e6b1b6 |
UHC | 饔經汶 | 111010001011110111001100111010001101101010100001 | e8bdcce8daa1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)