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 | 陜渙ィ | 1110100010011101100111111101000010101000 | e89d9fd0a8 |
EUC-JP | 陜渙ィ | 111011111111110111011110110100101000111010101000 | effdded28ea8 |
UTF-8 | 陜渙ィ | 111010011001100110011100111001101011100010011001111011111011110110101000 | e9999ce6b899efbda8 |
UHC | 陜渙? | 1111100111110000111111001011100100111111 | f9f0fcb93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)