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 | 雕育「大 | 11101000101110001000100011100111101000101001000111100101 | e8b888e7a291e5 |
EUC-JP | 雕育「大 | 1111000010111010101100001110100110001110101000101100001011100111 | f0bab0e98ea2c2e7 |
UTF-8 | 雕育「大 | 111010011001101110010101111010001000001010110010111011111011110110100010111001011010010010100111 | e99b95e882b2efbda2e5a4a7 |
UHC | 雕育?大 | 11110000111001111110101111000000001111111101001111011110 | f0e7ebc03fd3de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)