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 | ?H?? | 00111111010010000011111100111111 | 3f483f3f |
SJIS-WIN | 哺H喟唸 | 10011010010011010100100010011010010111111001101001011000 | 9a4d489a5f9a58 |
EUC-JP | 哺H喟唸 | 11010011101011100100100011010011110000001101001110111001 | d3ae48d3c0d3b9 |
UTF-8 | 哺H喟唸 | 11100101100100111011101001001000111001011001011010011111111001011001010010111000 | e593ba48e5969fe594b8 |
UHC | 哺H?? | 1111100011010100010010000011111100111111 | f8d4483f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)