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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 暦鑼霆 | 100101111110111111101000011101001110100010111011 | 97efe874e8bb |
EUC-JP | 暦鑼霆 | 110011101111000111101111110101011111000010111101 | cef1efd5f0bd |
UTF-8 | 暦鑼霆 | 111001101001101010100110111010011001000110111100111010011001110010000110 | e69aa6e991bce99c86 |
UHC | ??霆 | 00111111001111111110111111111101 | 3f3feffd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)