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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 偲七篠失h | 100011101100001110001110101101011000111011000010100011101011100001101000 | 8ec38eb58ec28eb868 |
EUC-JP | 偲七篠失h | 101111001100010110111100101101111011110011000100101111001011101001101000 | bcc5bcb7bcc4bcba68 |
UTF-8 | 偲七篠失h | 11100101100000011011001011100100101110001000001111100111101011111010000011100101101001001011000101101000 | e581b2e4b883e7afa0e5a4b168 |
UHC | ?七篠失h | 0011111111110110110100101110000111000110111000111111011101101000 | 3ff6d2e1c6e3f768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)