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 | 縡?低屯?龍 | 11100011011100010011111110010010111000011001001111010100001111111001011110110100 | e3713f92e193d43f97b4 |
EUC-JP | 縡?低屯?龍 | 11100101110100100011111111000100111000111100011011010110001111111100111010110110 | e5d23fc4e3c6d63fceb6 |
UTF-8 | 縡렕低屯롛龍 | 111001111011100010100001111010111010000010010101111001001011110110001110111001011011000110101111111010111010000110011011111010011011111010001101 | e7b8a1eba095e4bd8ee5b1afeba19be9be8d |
UHC | 縡렕低屯롛龍 | 111011101010110110001110101010101110111010111000110101001110101010001110110111111101011110100011 | eead8eaaeeb8d4ea8edfd7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)