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 | 蟻??? | 1000101101100001001111110011111100111111 | 8b613f3f3f |
EUC-JP | 蟻??? | 1011010111000010001111110011111100111111 | b5c23f3f3f |
UTF-8 | 蟻뉖쨹隸 | 111010001001111110111011111010111000100110010110111011001010100010111001111011111010011010111000 | e89fbbeb8996eca8b9efa6b8 |
UHC | 蟻뉖쨹隸 | 1110101111111100100001111110101110100100100100111110011111100110 | ebfc87eba493e7e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)