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 | 0011111100111111011110000111101101100100 | 3f3f787b64 |
SJIS-WIN | 鈐蒔x{d | 11111011110000101000111010101010011110000111101101100100 | fbc28eaa787b64 |
EUC-JP | 鈐蒔x{d | 1000111111100011110000011011110010101100011110000111101101100100 | 8fe3c1bcac787b64 |
UTF-8 | 鈐蒔x{d | 111010011000100010010000111010001001001010010100011110000111101101100100 | e98890e89294787b64 |
UHC | 鈐蒔x{d | 11001100101000101110001111001000011110000111101101100100 | cca2e3c8787b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)