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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 翩畧^ | 1110001111000111111000010101111101011110 | e3c7e15f5e |
EUC-JP | 翩畧^ | 1110011011001001111000011100000001011110 | e6c9e1c05e |
UTF-8 | 翩畧^ | 11100111101111111010100111100111100101011010011101011110 | e7bfa9e795a75e |
UHC | 翩?^ | 11111000101110110011111101011110 | f8bb3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)