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 | 貂滔擘逋防 | 11100110101110001001111111101011100111011010010011100111100110011001011001101000 | e6b89feb9da4e7999668 |
EUC-JP | 貂滔擘逋防 | 11101100101110101101111011101101110110101010011011101101111110011100101111001001 | ecbadeeddaa6edf9cbc9 |
UTF-8 | 貂滔擘逋防 | 111010001011001010000010111001101011101110010100111001101001001110011000111010011000000010001011111010011001100010110010 | e8b282e6bb94e69398e9808be998b2 |
UHC | 貂滔擘逋防 | 11110101101100001101010010100101110110111111101111111000111001111101101111000001 | f5b0d4a5dbfbf8e7dbc1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)