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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 栽槃?F | 100011011100110110011110110011110011111101000110 | 8dcd9ecf3f46 |
EUC-JP | 栽槃?F | 101110101100111111011100110100010011111101000110 | bacfdcd13f46 |
UTF-8 | 栽槃땄F | 11100110101000001011110111100110101001111000001111101011100101011000010001000110 | e6a0bde6a783eb958446 |
UHC | 栽槃땄F | 11101110101010001101101011101001101101101010010001000110 | eea8dae9b6a446 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)