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 | 貂滔擘蜊 | 1110011010111000100111111110101110011101101001001110010110001101 | e6b89feb9da4e58d |
EUC-JP | 貂滔擘蜊 | 1110110010111010110111101110110111011010101001101110100111101101 | ecbadeeddaa6e9ed |
UTF-8 | 貂滔擘蜊 | 111010001011001010000010111001101011101110010100111001101001001110011000111010001001110010001010 | e8b282e6bb94e69398e89c8a |
UHC | 貂滔擘? | 11110101101100001101010010100101110110111111101100111111 | f5b0d4a5dbfb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)