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 | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 慮幣穰h | 10010111101101101001010110111100111000100111010001101000 | 97b695bce27468 |
EUC-JP | 慮幣穰h | 11001110101110001100101010111110111000111101010101101000 | ceb8cabee3d568 |
UTF-8 | 慮幣穰h | 11100110100001011010111011100101101110011010001111100111101010011011000001101000 | e685aee5b9a3e7a9b068 |
UHC | 慮幣穰h | 11010101111001111111100011000111111001011100110101101000 | d5e7f8c7e5cd68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)