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 | 111001100111100010011000110010010100001001000110 | e67898c94246 |
EUC-JP | 諄佶BF | 111010111101100111010000110010110100001001000110 | ebd9d0cb4246 |
UTF-8 | 諄佶BF | 1110100010101011100001001110010010111101101101100100001001000110 | e8ab84e4bdb64246 |
UHC | 諄佶BF | 111000101111010011010001110011010100001001000110 | e2f4d1cd4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)