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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????佚 | 0011111100111111001111110011111100111111001111111001100011000011 | 3f3f3f3f3f3f98c3 |
EUC-JP | ?????ŀ佚 | 00111111001111110011111100111111001111111000111110101001110010011101000011000101 | 3f3f3f3f3f8fa9c9d0c5 |
UTF-8 | 溜삳젣溜살ŀ佚 | 1110111110100111100010111110110010000010101100111110110010100000101000111110111110100111100010111110110010000010101101001100010110000000111001001011110110011010 | efa78bec82b3eca0a3efa78bec82b4c580e4bd9a |
UHC | 溜삳젣溜살ŀ佚 | 1110101011111110101110111110101110100000100111001110101011111110101110111110110010101001101010001110110011101010 | eafebbeba09ceafebbeca9a8ecea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)