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 | 蟻ι? | 1000101101100001100000111100011100111111 | 8b6183c73f |
EUC-JP | 蟻ι? | 1011010111000010101001101100100100111111 | b5c2a6c93f |
UTF-8 | 蟻ι죲 | 1110100010011111101110111100111010111001111011001010001110110010 | e89fbbceb9eca3b2 |
UHC | 蟻ι죲 | 111010111111110010100101111010011010000110001101 | ebfca5e9a18d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)