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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | テ催撲 | 1100001110001101110000111001011001101111 | c38dc3966f |
EUC-JP | テ催撲 | 100011101100001110111010110001011100101111010000 | 8ec3bac5cbd0 |
UTF-8 | テ催撲 | 111011111011111010000011111001011000001010101100111001101001001010110010 | efbe83e582ace692b2 |
UHC | ?催撲 | 0011111111110101110010101101101011010010 | 3ff5cadad2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)