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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 遯壱收繹 | 1110011110101010100010001110101110011101101111101110001110001000 | e7aa88eb9dbee388 |
EUC-JP | 遯壱收繹 | 1110111010101100101100001110110111011010110000001110010111101000 | eeacb0eddac0e5e8 |
UTF-8 | 遯壱收繹 | 111010011000000110101111111001011010001110110001111001101001010010110110111001111011100110111001 | e981afe5a3b1e694b6e7b9b9 |
UHC | 遯?收繹 | 11010100111011100011111111100010101001011110011010111010 | d4ee3fe2a5e6ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)