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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 榕??B | 1001111011010101001111110011111101000010 | 9ed53f3f42 |
EUC-JP | 榕??B | 1101110011010111001111110011111101000010 | dcd73f3f42 |
UTF-8 | 榕앶풚B | 11100110101001101001010111101100100101011011011011101101100100101001101001000010 | e6a695ec95b6ed929a42 |
UHC | 榕앶풚B | 11101001101111101001110111101001101111101001110101000010 | e9be9de9be9d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)