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 | ??N?? | 0011111100111111010011100011111100111111 | 3f3f4e3f3f |
SJIS-WIN | 邀オN邀オ | 11100111101100011011010101001110111001111011000110110101 | e7b1b54ee7b1b5 |
EUC-JP | 邀オN邀オ | 111011101011001110001110101101010100111011101110101100111000111010110101 | eeb38eb54eeeb38eb5 |
UTF-8 | 邀オN邀オ | 11101001100000101000000011101111101111011011010101001110111010011000001010000000111011111011110110110101 | e98280efbdb54ee98280efbdb5 |
UHC | 邀?N邀? | 11101001101011010011111101001110111010011010110100111111 | e9ad3f4ee9ad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)