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 | 鈑よ狭 | 111001111110010110000010111001101000101110110111 | e7e582e68bb7 |
EUC-JP | 鈑よ狭 | 111011101110011110100100111010001011011010111001 | eee7a4e8b6b9 |
UTF-8 | 鈑よ狭 | 111010011000100010010001111000111000001010001000111001111000101110101101 | e98891e38288e78bad |
UHC | 鈑よ? | 1111011111111110101010101110100000111111 | f7feaae83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)