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 | ???LB | 0011111100111111001111110100110001000010 | 3f3f3f4c42 |
SJIS-WIN | 駭??LB | 111010010110111000111111001111110100110001000010 | e96e3f3f4c42 |
EUC-JP | 駭??LB | 111100011100111100111111001111110100110001000010 | f1cf3f3f4c42 |
UTF-8 | 駭과킏LB | 1110100110100111101011011110101010110011101111001110110110000010100011110100110001000010 | e9a7adeab3bced828f4c42 |
UHC | 駭과킏LB | 1111101010110100101100001111101010110100100110110100110001000010 | fab4b0fab49b4c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)