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 | 1001000011011000001111110100001001000110 | 90d83f4246 |
EUC-JP | 切?BF | 1100000011011010001111110100001001000110 | c0da3f4246 |
UTF-8 | 切톄BF | 1110010110001000100001111110110110000110100001000100001001000110 | e58887ed86844246 |
UHC | 切톄BF | 111011111011011111000101111000100100001001000110 | efb7c5e24246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)