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 | 霎痔質 | 11101000101111101000111010100100111100001011001010001110101111111111000010110001 | e8be8ea4f0b28ebff0b1 |
EUC-JP | 霎痔?質? | 1111000011000000101111001010011000111111101111001100000100111111 | f0c0bca63fbcc13f |
UTF-8 | 霎痔質 | 111010011001110010001110111001111001011110010100111011101000000110110001111010001011001110101010111011101000000110110000 | e99c8ee79794ee81b1e8b3aaee81b0 |
UHC | ?痔?質? | 00111111111101101100000000111111111100101111010100111111 | 3ff6c03ff2f53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)