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?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 邀セh邀セ | 11100111101100011011111001101000111001111011000110111110 | e7b1be68e7b1be |
EUC-JP | 邀セh邀セ | 111011101011001110001110101111100110100011101110101100111000111010111110 | eeb38ebe68eeb38ebe |
UTF-8 | 邀セh邀セ | 11101001100000101000000011101111101111011011111001101000111010011000001010000000111011111011110110111110 | e98280efbdbe68e98280efbdbe |
UHC | 邀?h邀? | 11101001101011010011111101101000111010011010110100111111 | e9ad3f68e9ad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)