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 | ???w | 00111111001111110011111101110111 | 3f3f3f77 |
SJIS-WIN | 葯滄擠w | 11100100110111101001111111101001100111011010100101110111 | e4de9fe99da977 |
EUC-JP | 葯滄擠w | 11101000111000001101111011101011110110101010101101110111 | e8e0deebdaab77 |
UTF-8 | 葯滄擠w | 11101000100100011010111111100110101110111000010011100110100100111010000001110111 | e891afe6bb84e693a077 |
UHC | 葯滄?w | 111001011011010111110011111001110011111101110111 | e5b5f3e73f77 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)