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 | 葆э酬葯 | 1110010011011100100001001000111110001111010101101110010011011110 | e4dc848f8f56e4de |
EUC-JP | 葆э酬葯 | 1110100011011110101001111110111110111101101101111110100011100000 | e8dea7efbdb7e8e0 |
UTF-8 | 葆э酬葯 | 1110100010010001100001101101000110001101111010011000010110101100111010001001000110101111 | e89186d18de985ace891af |
UHC | ?э酬葯 | 00111111101011001110111111100010110001101110010110110101 | 3facefe2c6e5b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)