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 | 襄ヲ菴 | 1110010111110101101001101110010010111101 | e5f5a6e4bd |
EUC-JP | 襄ヲ菴 | 111010101111011110001110101001101110100010111111 | eaf78ea6e8bf |
UTF-8 | 襄ヲ菴 | 111010001010010110000100111011111011110110100110111010001000111110110100 | e8a584efbda6e88fb4 |
UHC | 襄?菴 | 1110010111010001001111111110010011100000 | e5d13fe4e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)