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 | 蟻ъ? | 1000101101100001100001001000110000111111 | 8b61848c3f |
EUC-JP | 蟻ъ? | 1011010111000010101001111110110000111111 | b5c2a7ec3f |
UTF-8 | 蟻ъ옡 | 1110100010011111101110111101000110001010111011001001100010100001 | e89fbbd18aec98a1 |
UHC | 蟻ъ옡 | 111010111111110010101100111011001001111010100011 | ebfcacec9ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)