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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 犢??犢爛B | 111000001011011100111111001111111110000010110111111000001010001101000010 | e0b73f3fe0b7e0a342 |
EUC-JP | 犢??犢爛B | 111000001011100100111111001111111110000010111001111000001010010101000010 | e0b93f3fe0b9e0a542 |
UTF-8 | 犢롛롈犢爛B | 11100111100010101010001011101011101000011001101111101011101000011000100011100111100010101010001011100111100010001001101101000010 | e78aa2eba19beba188e78aa2e7889b42 |
UHC | 犢롛롈犢爛B | 1101010010111011100011101101111110001110110011101101010010111011110101011011010001000010 | d4bb8edf8eced4bbd5b442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)