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 | ç²_ | 111001111011001010001101010111111001000010001101 | e7b28d5f908d |
SJIS-WIN | ???_?? | 001111110011111100111111010111110011111100111111 | 3f3f3f5f3f3f |
EUC-JP | ç??_?? | 1000111110101011101011100011111100111111010111110011111100111111 | 8fabae3f3f5f3f3f |
UTF-8 | ç²_ | 1100001110100111110000101011001011000010100011010101111111000010100100001100001010001101 | c3a7c2b2c28d5fc290c28d |
UHC | ?²?_?? | 00111111101010011111011100111111010111110011111100111111 | 3fa9f73f5f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)