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 | 了쏆꽢琉뗨엡 | 111011111010011010111010111011001000111110000110111010101011110110100010111011111010011110001100111010111001011110101000111011001001011110100001 | efa6baec8f86eabda2efa78ceb97a8ec97a1 |
UHC | 了쏆꽢琉뗨엡 | 111010001110011110011011111011001000010010101111111010111010010010001011111010001011111110100110 | e8e79bec84afeba48be8bfa6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)