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 | 菁昕・テ | 111001001100010111111010110011111010010111000011 | e4c5facfa5c3 |
EUC-JP | 菁昕・テ | 111010001100011110001111110000011111110010001110101001011000111011000011 | e8c78fc1fc8ea58ec3 |
UTF-8 | 菁昕・テ | 111010001000111110000001111001101001100010010101111011111011110110100101111011111011111010000011 | e88f81e69895efbda5efbe83 |
UHC | 菁昕?? | 111101001110101011111101110110100011111100111111 | f4eafdda3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)