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 | 蹊カ | 111001101111110010110110 | e6fcb6 |
EUC-JP | 蹊カ | 11101100111111101000111010110110 | ecfe8eb6 |
UTF-8 | 蹊カ | 111010001011100110001010111011111011110110110110 | e8b98aefbdb6 |
UHC | 蹊? | 111110111011011100111111 | fbb73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)