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 | 窘窘^ | 1110001001111010111000100111101001011110 | e27ae27a5e |
EUC-JP | 窘窘^ | 1110001111011011111000111101101101011110 | e3dbe3db5e |
UTF-8 | 窘窘^ | 11100111101010101001100011100111101010101001100001011110 | e7aa98e7aa985e |
UHC | 窘窘^ | 1100111111010111110011111101011101011110 | cfd7cfd75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)