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 | ¢ä´èÛ | 100111111010001011100100101101001110100011011011 | 9fa2e4b4e8db |
SJIS-WIN | ?¢?´?? | 0011111110000001100100010011111110000001010011000011111100111111 | 3f81913f814c3f3f |
EUC-JP | ?¢ä´èÛ | 0011111110100001111100011000111110101011101000111010000110101101100011111010101110110010100011111010101011100101 | 3fa1f18faba3a1ad8fabb28faae5 |
UTF-8 | ¢ä´èÛ | 110000101001111111000010101000101100001110100100110000101011010011000011101010001100001110011011 | c29fc2a2c3a4c2b4c3a8c39b |
UHC | ???´?? | 00111111001111110011111110100010101001010011111100111111 | 3f3f3fa2a53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)