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 | 絎るΟ襤 | 1110001101001101100000101110100110000011101011011110011001000001 | e34d82e983ade641 |
EUC-JP | 絎るΟ襤 | 1110010110101110101001001110101110100110101011111110101110100010 | e5aea4eba6afeba2 |
UTF-8 | 絎るΟ襤 | 1110011110110101100011101110001110000010100010111100111010011111111010001010010110100100 | e7b58ee3828bce9fe8a5a4 |
UHC | ?るΟ襤 | 00111111101010101110101110100101110011111101010111000001 | 3faaeba5cfd5c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)