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 | 碇????? | 10010010111101000011111100111111001111110011111100111111 | 92f43f3f3f3f3f |
EUC-JP | 碇????? | 11000100111101100011111100111111001111110011111100111111 | c4f63f3f3f3f3f |
UTF-8 | 碇쟉렱찔렰렣 | 111001111010001010000111111011001001111110001001111010111010000010110001111011001011000010010100111010111010000010110000111010111010000010100011 | e7a287ec9f89eba0b1ecb094eba0b0eba0a3 |
UHC | 碇쟉렱찔렰렣 | 111011111110110111000000111100011000111010111110110000101111000110001110101111011000111010110100 | efedc0f18ebec2f18ebd8eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)