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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??莎オ□ | 0011111100111111111001001011001110000011010010011000000110100000 | 3f3fe4b3834981a0 |
EUC-JP | ??莎オ□ | 0011111100111111111010001011010110100101101010101010001010100010 | 3f3fe8b5a5aaa2a2 |
UTF-8 | 룶沈莎オ□ | 111010111010001110110110111011111010010110110010111010001000111010001110111000111000001010101010111000101001011010100001 | eba3b6efa5b2e88e8ee382aae296a1 |
UHC | 룶沈莎オ□ | 10001111101010111110010010100001110111101110110110101011101010101010000111100000 | 8fabe4a1deedabaaa1e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)