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 | 遲ャ繧勤 | 11100111101011011010110011100011100000101000101111001110 | e7adace3828bce |
EUC-JP | 遲ャ繧勤 | 1110111010101111100011101010110011100101111000101011011011010000 | eeaf8eace5e2b6d0 |
UTF-8 | 遲ャ繧勤 | 111010011000000110110010111011111011110110101100111001111011100110100111111001011000101110100100 | e981b2efbdace7b9a7e58ba4 |
UHC | 遲??勤 | 111100101100000000111111001111111101000011000011 | f2c03f3fd0c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)