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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 跣溲ケ零「 | 1110011011101111100111111110101010111001100101111110101110100010 | e6ef9feab997eba2 |
EUC-JP | 跣溲ケ零「 | 11101100111100011101111011101100100011101011100111001110111011011000111010100010 | ecf1deec8eb9ceed8ea2 |
UTF-8 | 跣溲ケ零「 | 111010001011011110100011111001101011101010110010111011111011110110111001111010011001101110110110111011111011110110100010 | e8b7a3e6bab2efbdb9e99bb6efbda2 |
UHC | 跣??零? | 11100000110100110011111100111111110101101100001100111111 | e0d33f3fd6c33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)