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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ??缺^ | 0011111100111111111000111001111001011110 | 3f3fe39e5e |
EUC-JP | ??缺^ | 0011111100111111111001011111111001011110 | 3f3fe5fe5e |
UTF-8 | 뤝핊缺^ | 11101011101001001001110111101101100101011000101011100111101111001011101001011110 | eba49ded958ae7bcba5e |
UHC | 뤝핊缺^ | 10001111110011001100000010001111110011001100000001011110 | 8fccc08fccc05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)