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 | 篁臥坤襞 | 1110001010111001100010011110011110001101101000111110010111111100 | e2b989e78da3e5fc |
EUC-JP | 篁臥坤襞 | 1110010010111011101100101110100110111010101001011110101011111110 | e4bbb2e9baa5eafe |
UTF-8 | 篁臥坤襞 | 111001111010111110000001111010001000011110100101111001011001110110100100111010001010010110011110 | e7af81e887a5e59da4e8a59e |
UHC | 篁臥坤? | 11111100110101101110100011000010110011011101111000111111 | fcd6e8c2cdde3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)