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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 罕遵錆蕈 | 1110001110100101100011111000010110001110010010111110010011111100 | e3a58f858e4be4fc |
EUC-JP | 罕遵錆蕈 | 1110011010100111101111011110010110111011101011001110100011111110 | e6a7bde5bbace8fe |
UTF-8 | 罕遵錆蕈 | 111001111011110110010101111010011000000110110101111010011000110010000110111010001001010110001000 | e7bd95e981b5e98c86e89588 |
UHC | 罕遵?? | 111110011101011011110001111001010011111100111111 | f9d6f1e53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)