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 | 雕オ螂派 | 11101000101110001011010111100101101001011001010001101000 | e8b8b5e5a59468 |
EUC-JP | 雕オ螂派 | 1111000010111010100011101011010111101010101001111100011111001001 | f0ba8eb5eaa7c7c9 |
UTF-8 | 雕オ螂派 | 111010011001101110010101111011111011110110110101111010001001111010000010111001101011010010111110 | e99b95efbdb5e89e82e6b4be |
UHC | 雕?螂派 | 11110000111001110011111111010101110011001111011111101111 | f0e73fd5ccf7ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)