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 | ??h? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 邀セh邀 | 111001111011000110111110011010001110011110110001 | e7b1be68e7b1 |
EUC-JP | 邀セh邀 | 11101110101100111000111010111110011010001110111010110011 | eeb38ebe68eeb3 |
UTF-8 | 邀セh邀 | 11101001100000101000000011101111101111011011111001101000111010011000001010000000 | e98280efbdbe68e98280 |
UHC | 邀?h邀 | 111010011010110100111111011010001110100110101101 | e9ad3f68e9ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)