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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蟆樊i韜玲 | 11100101101100001001111011100110100000101000100111101000111010011001011111100110 | e5b09ee68289e8e997e6 |
EUC-JP | 蟆樊i韜玲 | 11101010101100101101110011101000101000111110100111110000111010111100111011101000 | eab2dce8a3e9f0ebcee8 |
UTF-8 | 蟆樊i韜玲 | 111010001001111110000110111001101010100010001010111011111011110110001001111010011001111110011100111001111000111010110010 | e89f86e6a88aefbd89e99f9ce78eb2 |
UHC | ?樊i韜玲 | 001111111101101111100000101000111110100111010100101101111101011010111100 | 3fdbe0a3e9d4b7d6bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)