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 | 葯冗ウッ淲 | 1110010011011110100011111110011110110011101011111111101101000100 | e4de8fe7b3affb44 |
EUC-JP | 葯冗ウッ? | 111010001110000010111110111010011000111010110011100011101010111100111111 | e8e0bee98eb38eaf3f |
UTF-8 | 葯冗ウッ淲 | 111010001001000110101111111001011000011010010111111011111011110110110011111011111011110110101111111001101011011110110010 | e891afe58697efbdb3efbdafe6b7b2 |
UHC | 葯冗??? | 11100101101101011110100110110111001111110011111100111111 | e5b5e9b73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)