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 | ??????淫 | 0011111100111111001111110011111100111111001111111000100011111010 | 3f3f3f3f3f3f88fa |
EUC-JP | ??????淫 | 0011111100111111001111110011111100111111001111111011000011111100 | 3f3f3f3f3f3fb0fc |
UTF-8 | 溜김래溜깆넩淫 | 111011111010011110001011111010101011100110000000111010111001111010011000111011111010011110001011111010101011100110000110111010111000010010101001111001101011011110101011 | efa78beab980eb9e98efa78beab986eb84a9e6b7ab |
UHC | 溜김래溜깆넩淫 | 1110101011111110101100011110100010110111101000011110101011111110101100011110110010000110101010011110101111100010 | eafeb1e8b7a1eafeb1ec86a9ebe2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)