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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??莎???? | 0011111100111111111001001011001100111111001111110011111100111111 | 3f3fe4b33f3f3f3f |
EUC-JP | ??莎???? | 0011111100111111111010001011010100111111001111110011111100111111 | 3f3fe8b53f3f3f3f |
UTF-8 | 룵沈莎◐룵句룴 | 111010111010001110110101111011111010010110110010111010001000111010001110111000101001011110010000111010111010001110110101111011111010010010000110111010111010001110110100 | eba3b5efa5b2e88e8ee29790eba3b5efa486eba3b4 |
UHC | 룵沈莎◐룵句룴 | 1000111110101010111001001010000111011110111011011010001011000100100011111010101011001111111110111000111110101001 | 8faae4a1deeda2c48faacffb8fa9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)