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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ??動?^ | 001111110011111110010011101011100011111101011110 | 3f3f93ae3f5e |
EUC-JP | ??動?^ | 001111110011111111000110101100000011111101011110 | 3f3fc6b03f5e |
UTF-8 | 먈따動따^ | 11101011101010001000100011101011100101001011000011100101100010111001010111101011100101001011000001011110 | eba888eb94b0e58b95eb94b05e |
UHC | 먈따動따^ | 101110001101000110110101111110111101010011010001101101011111101101011110 | b8d1b5fbd4d1b5fb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)