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 | ???x{d | 001111110011111100111111011110000111101101100100 | 3f3f3f787b64 |
SJIS-WIN | 偃??x{d | 10011000111011100011111100111111011110000111101101100100 | 98ee3f3f787b64 |
EUC-JP | 偃??x{d | 11010000111100000011111100111111011110000111101101100100 | d0f03f3f787b64 |
UTF-8 | 偃띾젙x{d | 111001011000000110000011111010111001110110111110111011001010000010011001011110000111101101100100 | e58183eb9dbeeca099787b64 |
UHC | 偃띾젙x{d | 111001011110011110001101111010111010000010010101011110000111101101100100 | e5e78deba095787b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)