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 | ??ª^ | 00111111001111111010101001011110 | 3f3faa5e |
SJIS-WIN | 箋o?^ | 111000101011001110000010100011110011111101011110 | e2b3828f3f5e |
EUC-JP | 箋oª^ | 1110010010110101101000111110111110001111101000101110110001011110 | e4b5a3ef8fa2ec5e |
UTF-8 | 箋oª^ | 111001111010111010001011111011111011110110001111110000101010101001011110 | e7ae8befbd8fc2aa5e |
UHC | 箋oª^ | 11101111101010001010001111101111101010001010001101011110 | efa8a3efa8a35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)