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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 止???焉? | 1000111001111110001111110011111100111111111000001000000100111111 | 8e7e3f3f3fe0813f |
EUC-JP | 止?雩?焉? | 10111011110111110011111110001111111001101111101000111111110111111110000100111111 | bbdf3f8fe6fa3fdfe13f |
UTF-8 | 止렮雩렭焉렒 | 111001101010110110100010111010111010000010101110111010011001101110101001111010111010000010101101111001111000010010001001111010111010000010010010 | e6ada2eba0aee99ba9eba0ade78489eba092 |
UHC | 止렮雩렭焉렒 | 111100101010110110001110101110111110100111101100100011101011101011100101111010101000111010100111 | f2ad8ebbe9ec8ebae5ea8ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)