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 | ÕìõÔÙ | 1101010111101100111101011101010011011001 | d5ecf5d4d9 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ÕìõÔÙ | 100011111010101011011000100011111010101111000000100011111010101111011000100011111010101011010100100011111010101011100011 | 8faad88fabc08fabd88faad48faae3 |
UTF-8 | ÕìõÔÙ | 11000011100101011100001110101100110000111011010111000011100101001100001110011001 | c395c3acc3b5c394c399 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)