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 | ?閃莖 | 0011111110010001010011011110010010110001 | 3f914de4b1 |
EUC-JP | ?閃莖 | 0011111111000001101011101110100010110011 | 3fc1aee8b3 |
UTF-8 | 뤊閃莖 | 111010111010010010001010111010011001011010000011111010001000111010010110 | eba48ae99683e88e96 |
UHC | 뤊閃莖 | 100011111011101011100000111011001100110011101100 | 8fbae0ecccec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)