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 | 酊?諸 | 1110011111000010001111111000111110010100 | e7c23f8f94 |
EUC-JP | 酊?諸 | 1110111011000100001111111011110111110100 | eec43fbdf4 |
UTF-8 | 酊렞諸 | 111010011000010110001010111010111010000010011110111010001010101110111000 | e9858aeba09ee8abb8 |
UHC | 酊렞諸 | 111011111111100010001110101011111111000010110011 | eff88eaff0b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)