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 | 霑壽舞 | 111010001011111110011010111001101001010110010001 | e8bf9ae69591 |
EUC-JP | 霑壽舞 | 111100001100000111010100111010001100100111110001 | f0c1d4e8c9f1 |
UTF-8 | 霑壽舞 | 111010011001110010010001111001011010001110111101111010001000100010011110 | e99c91e5a3bde8889e |
UHC | 霑壽舞 | 111011111100010111100001111110001101100111110001 | efc5e1f8d9f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)