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 | 蟻щ?肄 | 10001011011000011000010010001011001111111110001111100101 | 8b61848b3fe3e5 |
EUC-JP | 蟻щ?肄 | 10110101110000101010011111101011001111111110011011100111 | b5c2a7eb3fe6e7 |
UTF-8 | 蟻щ쨸肄 | 1110100010011111101110111101000110001001111011001010100010111000111010001000001010000100 | e89fbbd189eca8b8e88284 |
UHC | 蟻щ쨸肄 | 1110101111111100101011001110101110100100100100101110110010111101 | ebfcaceba492ecbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)