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 | 00111111001111110100110001000010 | 3f3f4c42 |
SJIS-WIN | 珎獻LB | 111000001101110111100000110110010100110001000010 | e0dde0d94c42 |
EUC-JP | 珎獻LB | 111000001101111111100000110110110100110001000010 | e0dfe0db4c42 |
UTF-8 | 珎獻LB | 1110011110001111100011101110011110001101101110110100110001000010 | e78f8ee78dbb4c42 |
UHC | ?獻LB | 0011111111111010110011000100110001000010 | 3ffacc4c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)