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 | 遯壱收笏 | 1110011110101010100010001110101110011101101111101110001010010100 | e7aa88eb9dbee294 |
EUC-JP | 遯壱收笏 | 1110111010101100101100001110110111011010110000001110001111110100 | eeacb0eddac0e3f4 |
UTF-8 | 遯壱收笏 | 111010011000000110101111111001011010001110110001111001101001010010110110111001111010110010001111 | e981afe5a3b1e694b6e7ac8f |
UHC | 遯?收笏 | 11010100111011100011111111100010101001011111101111101110 | d4ee3fe2a5fbee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)