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 | 維?К維?Ч | 10001000110110110011111110000100010010111000100011011011001111111000010001011000 | 88db3f844b88db3f8458 |
EUC-JP | 維?К維?Ч | 10110000110111010011111110100111101011001011000011011101001111111010011110111001 | b0dd3fa7acb0dd3fa7b9 |
UTF-8 | 維롫К維붾Ч | 11100111101101101010110111101011101000011010101111010000100110101110011110110110101011011110101110110110101111101101000010100111 | e7b6adeba1abd09ae7b6adebb6bed0a7 |
UHC | 維롫К維붾Ч | 111010111010101110001110111010111010110010101100111010111010101110010100111010111010110010111001 | ebab8eebacacebab94ebacb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)