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 | 11100000110100111110000101111010111000010100101001000010 | e0d3e17ae14a42 |
EUC-JP | 獗痙甄B | 11100000110101011110000111011011111000011010101101000010 | e0d5e1dbe1ab42 |
UTF-8 | 獗痙甄B | 11100111100011011001011111100111100101111001100111100111100101001000010001000010 | e78d97e79799e7948442 |
UHC | 獗痙甄B | 11001111111100011100110011100010110011001011010001000010 | cff1cce2ccb442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)