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 | 祕祕^ | 1110001001001111111000100100111101011110 | e24fe24f5e |
EUC-JP | 祕祕^ | 1110001110110000111000111011000001011110 | e3b0e3b05e |
UTF-8 | 祕祕^ | 11100111101001011001010111100111101001011001010101011110 | e7a595e7a5955e |
UHC | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)