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 | ソ釀ヤ | 10111111111001111101010011010100 | bfe7d4d4 |
EUC-JP | ソ釀ヤ | 100011101011111111101110110101101000111011010100 | 8ebfeed68ed4 |
UTF-8 | ソ釀ヤ | 111011111011110110111111111010011000011110000000111011111011111010010100 | efbdbfe98780efbe94 |
UHC | ?釀? | 00111111111001011101010000111111 | 3fe5d43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)