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 | ¾¤´À | 1011111010100100100011111011010011000000 | bea48fb4c0 |
SJIS-WIN | ???´? | 001111110011111100111111100000010100110000111111 | 3f3f3f814c3f |
EUC-JP | ?¤?´À | 00111111100011111010001011110000001111111010000110101101100011111010101010100010 | 3f8fa2f03fa1ad8faaa2 |
UTF-8 | ¾¤´À | 11000010101111101100001010100100110000101000111111000010101101001100001110000000 | c2bec2a4c28fc2b4c380 |
UHC | ¾¤?´? | 1010100011111010101000101011010000111111101000101010010100111111 | a8faa2b43fa2a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)