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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 了뗰쉬遼㎩떉 | 111011111010011010111010111010111001011110110000111011001000100110101100111011111010011110000011111000111000111010101001111010111001011010001001 | efa6baeb97b0ec89acefa783e38ea9eb9689 |
UHC | 了뗰쉬遼㎩떉 | 111010001110011110001011111011111011110110101100111010011010110010100111111001011000101110011111 | e8e78befbdace9aca7e58b9f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)