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 | 雎シ螟・諞、 | 111010001011000110111100111001011010010010100101111001101000011010100100 | e8b1bce5a4a5e686a4 |
EUC-JP | 雎シ螟・諞、 | 111100001011001110001110101111001110101010100110100011101010010111101011111001101000111010100100 | f0b38ebceaa68ea5ebe68ea4 |
UTF-8 | 雎シ螟・諞、 | 111010011001101110001110111011111011110110111100111010001001111010011111111011111011110110100101111010001010101110011110111011111011110110100100 | e99b8eefbdbce89e9fefbda5e8ab9eefbda4 |
UHC | 雎?螟??? | 1110111011010001001111111101100110101101001111110011111100111111 | eed13fd9ad3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)