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 | ?¨h | 001111111010100001101000 | 3fa868 |
SJIS-WIN | ¥¨h | 1000000110001111100000010100111001101000 | 818f814e68 |
EUC-JP | ¥¨h | 1010000111101111101000011010111101101000 | a1efa1af68 |
UTF-8 | ¥¨h | 111011111011111110100101110000101010100001101000 | efbfa5c2a868 |
UHC | ¥¨h | 1010000111001101101000011010011101101000 | a1cda1a768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)