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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 幼〓 | 10010111011000111000000110101100 | 976381ac |
EUC-JP | 幼〓 | 11001101110001001010001010101110 | cdc4a2ae |
UTF-8 | 幼〓 | 111001011011100110111100111000111000000010010011 | e5b9bce38093 |
UHC | 幼〓 | 11101010111010101010000111101011 | eaeaa1eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)