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 | 幼κ? | 1001011101100011100000111100100000111111 | 976383c83f |
EUC-JP | 幼κ? | 1100110111000100101001101100101000111111 | cdc4a6ca3f |
UTF-8 | 幼κ컘 | 1110010110111001101111001100111010111010111011001011101110011000 | e5b9bccebaecbb98 |
UHC | 幼κ컘 | 111010101110101010100101111010101011000010000011 | eaeaa5eab083 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)