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 | 蹊メヨ | 11100110111111001101001011010110 | e6fcd2d6 |
EUC-JP | 蹊メヨ | 111011001111111010001110110100101000111011010110 | ecfe8ed28ed6 |
UTF-8 | 蹊メヨ | 111010001011100110001010111011111011111010010010111011111011111010010110 | e8b98aefbe92efbe96 |
UHC | 蹊?? | 11111011101101110011111100111111 | fbb73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)