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 | ??BF | 00111111001111110100001001000110 | 3f3f4246 |
SJIS-WIN | 訝囚BF | 111001100110001010001110111110100100001001000110 | e6628efa4246 |
EUC-JP | 訝囚BF | 111010111100001110111100111111000100001001000110 | ebc3bcfc4246 |
UTF-8 | 訝囚BF | 1110100010101000100111011110010110011011100110100100001001000110 | e8a89de59b9a4246 |
UHC | 訝囚BF | 111001001011100011100001111101100100001001000110 | e4b8e1f64246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)