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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 窪?├鴨 | 10001100010001010011111110000100101001011000101010011011 | 8c453f84a58a9b |
EUC-JP | 窪?├鴨 | 10110111101001100011111110101000101001111011001111111011 | b7a63fa8a7b3fb |
UTF-8 | 窪쭤├鴨 | 111001111010101010101010111011001010110110100100111000101001010010011100111010011011010010101000 | e7aaaaecada4e2949ce9b4a8 |
UHC | 窪쭤├鴨 | 1110100011000001110000101110010110100110101001111110010011100101 | e8c1c2e5a6a7e4e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)