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 | ??}i??}iB | 001111110011111101111101011010010011111100111111011111010110100101000010 | 3f3f7d693f3f7d6942 |
SJIS-WIN | 霈ソ}i霈ソ}iB | 1110100010111100101111110111110101101001111010001011110010111111011111010110100101000010 | e8bcbf7d69e8bcbf7d6942 |
EUC-JP | 霈ソ}i霈ソ}iB | 11110000101111101000111010111111011111010110100111110000101111101000111010111111011111010110100101000010 | f0be8ebf7d69f0be8ebf7d6942 |
UTF-8 | 霈ソ}i霈ソ}iB | 1110100110011100100010001110111110111101101111110111110101101001111010011001110010001000111011111011110110111111011111010110100101000010 | e99c88efbdbf7d69e99c88efbdbf7d6942 |
UHC | ??}i??}iB | 001111110011111101111101011010010011111100111111011111010110100101000010 | 3f3f7d693f3f7d6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)