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 | ?[?[^ | 0011111101011011001111110101101101011110 | 3f5b3f5b5e |
SJIS-WIN | 貰[貰[^ | 10010110111000010101101110010110111000010101101101011110 | 96e15b96e15b5e |
EUC-JP | 貰[貰[^ | 11001100111000110101101111001100111000110101101101011110 | cce35bcce35b5e |
UTF-8 | 貰[貰[^ | 111010001011001010110000010110111110100010110010101100000101101101011110 | e8b2b05be8b2b05b5e |
UHC | 貰[貰[^ | 11100001101011100101101111100001101011100101101101011110 | e1ae5be1ae5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)