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 | ??Ŀ??? | 0011111100111111100011111010100110101001001111110011111100111111 | 3f3f8fa9a93f3f3f |
UTF-8 | 黎싲Ŀ鱗뜻콨 | 1110111110100110100010011110110010001011101100101100010010111111111011111010011110110010111010111001110010111011111011001011110110101000 | efa689ec8bb2c4bfefa7b2eb9cbbecbda8 |
UHC | 黎싲Ŀ鱗뜻콨 | 111001101011000110011010111010111010100010101000111011001110011110110110111001101011000110011101 | e6b19aeba8a8ece7b6e6b19d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)