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 | 楡???移 | 10011110101111100011111100111111001111111000100011011010 | 9ebe3f3f3f88da |
EUC-JP | 楡???移 | 11011100110000000011111100111111001111111011000011011100 | dcc03f3f3fb0dc |
UTF-8 | 楡흔렩렰移 | 111001101010010110100001111011011001110110010100111010111010000010101001111010111010000010110000111001111010011110111011 | e6a5a1ed9d94eba0a9eba0b0e7a7bb |
UHC | 楡흔렩렰移 | 11101010111110001100100011100111100011101011011110001110101111011110110010111001 | eaf8c8e78eb78ebdecb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)