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? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 踈冗汚h踈 | 111001101111000110001111111001111000100110011000011010001110011011110001 | e6f18fe7899868e6f1 |
EUC-JP | 踈冗汚h踈 | 111011001111001110111110111010011011000111111000011010001110110011110011 | ecf3bee9b1f868ecf3 |
UTF-8 | 踈冗汚h踈 | 11101000101110001000100011100101100001101001011111100110101100011001101001101000111010001011100010001000 | e8b888e58697e6b19a68e8b888 |
UHC | ?冗汚h? | 00111111111010011011011111100111111111010110100000111111 | 3fe9b7e7fd683f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)