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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 執霓メ霑 | 1111001010101101100011101011011111101000101111011101001011101000101111111111011101000110 | f2ad8eb7e8bdd2e8bff746 |
EUC-JP | ?執霓メ霑? | 00111111101111001011100111110000101111111000111011010010111100001100000100111111 | 3fbcb9f0bf8ed2f0c13f |
UTF-8 | 執霓メ霑 | 111011101000011110100100111001011001111110110111111010011001110010010011111011111011111010010010111010011001110010010001111011101001010010101010 | ee87a4e59fb7e99c93efbe92e99c91ee94aa |
UHC | ?執霓?霑? | 001111111111001011111011111001111110011100111111111011111100010100111111 | 3ff2fbe7e73fefc53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)