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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 穩??辱ц? | 111000100111001000111111001111111001000001001010100001001000100000111111 | e2723f3f904a84883f |
EUC-JP | 穩??辱ц? | 111000111101001100111111001111111011111110101011101001111110100000111111 | e3d33f3fbfaba7e83f |
UTF-8 | 穩덀굦辱ц콌 | 1110011110101001101010011110101110001101100000001110101010110101101001101110100010111110101100011101000110000110111011001011110110001100 | e7a9a9eb8d80eab5a6e8beb1d186ecbd8c |
UHC | 穩덀굦辱ц콌 | 111010001011000110001000111000111000001010001100111010011011010010101100111010001011000110001000 | e8b188e3828ce9b4ace8b188 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)