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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 菽?仙僊楔 | 111001001100000100111111100100001110010110011001010000011001111010110110 | e4c13f90e599419eb6 |
EUC-JP | 菽?仙僊楔 | 111010001100001100111111110000001110011111010001101000101101110010111000 | e8c33fc0e7d1a2dcb8 |
UTF-8 | 菽橓仙僊楔 | 111010001000111110111101111001101010100110010011111001001011101110011001111001011000001110001010111001101010010110010100 | e88fbde6a993e4bb99e5838ae6a594 |
UHC | 菽橓仙僊楔 | 11100010110111011110001011100101111000001011100111100000101110101110000011011011 | e2dde2e5e0b9e0bae0db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)