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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 閼ア蟆贋ソ与 | 11101000100001001011000111100101101100001000101011100100101111111001011101011110 | e884b1e5b08ae4bf975e |
EUC-JP | 閼ア蟆贋ソ与 | 111011111110010010001110101100011110101010110010101101001110011010001110101111111100110110111111 | efe48eb1eab2b4e68ebfcdbf |
UTF-8 | 閼ア蟆贋ソ与 | 111010011001011010111100111011111011110110110001111010001001111110000110111010001011010010001011111011111011110110111111111001001011100010001110 | e996bcefbdb1e89f86e8b48befbdbfe4b88e |
UHC | 閼????? | 11100100110110010011111100111111001111110011111100111111 | e4d93f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)