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 | ?慂獨 | 0011111110011100110010001110000011010101 | 3f9cc8e0d5 |
EUC-JP | ?慂獨 | 0011111111011000110010101110000011010111 | 3fd8cae0d7 |
UTF-8 | 뤚慂獨 | 111010111010010010011010111001101000010110000010111001111000110110101000 | eba49ae68582e78da8 |
UHC | 뤚慂獨 | 100011111100100111101001101111011101010010111100 | 8fc9e9bdd4bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)