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喊韜 | 10011010010011010100100010011010010111101110100011101001 | 9a4d489a5ee8e9 |
EUC-JP | 哺H喊韜 | 11010011101011100100100011010011101111111111000011101011 | d3ae48d3bff0eb |
UTF-8 | 哺H喊韜 | 11100101100100111011101001001000111001011001011010001010111010011001111110011100 | e593ba48e5968ae99f9c |
UHC | 哺H喊韜 | 11111000110101000100100011111001111000101101010010110111 | f8d448f9e2d4b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)