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 | 犀溶^ | 1000110111010010100101110110111001011110 | 8dd2976e5e |
EUC-JP | 犀溶^ | 1011101011010100110011011100111101011110 | bad4cdcf5e |
UTF-8 | 犀溶^ | 11100111100010101000000011100110101110101011011001011110 | e78a80e6bab65e |
UHC | 犀溶^ | 1101111111111001111010011100000101011110 | dff9e9c15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)