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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 霆冗・截 | 11101000101110111000111111100111101001011001110101000010 | e8bb8fe7a59d42 |
EUC-JP | 霆冗・截 | 1111000010111101101111101110100110001110101001011101100110100011 | f0bdbee98ea5d9a3 |
UTF-8 | 霆冗・截 | 111010011001110010000110111001011000011010010111111011111011110110100101111001101000100010101010 | e99c86e58697efbda5e688aa |
UHC | 霆冗?截 | 11101111111111011110100110110111001111111110111110111000 | effde9b73fefb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)