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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 秣祚秣祚^ | 111000100110000111100010010011101110001001100001111000100100111001011110 | e261e24ee261e24e5e |
EUC-JP | 秣祚秣祚^ | 111000111100001011100011101011111110001111000010111000111010111101011110 | e3c2e3afe3c2e3af5e |
UTF-8 | 秣祚秣祚^ | 11100111101001111010001111100111101001011001101011100111101001111010001111100111101001011001101001011110 | e7a7a3e7a59ae7a7a3e7a59a5e |
UHC | ?祚?祚^ | 00111111111100001101010000111111111100001101010001011110 | 3ff0d43ff0d45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)