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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蟻ш? | 1000101101100001100001001000101000111111 | 8b61848a3f |
EUC-JP | 蟻ш? | 1011010111000010101001111110101000111111 | b5c2a7ea3f |
UTF-8 | 蟻ш여 | 1110100010011111101110111101000110001000111011001001011110101100 | e89fbbd188ec97ac |
UHC | 蟻ш여 | 111010111111110010101100111010101011111110101001 | ebfcaceabfa9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)