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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???鷹ォ⊂ | 001111110011111100111111100100011110100110000011010010001000000110111100 | 3f3f3f91e9834881bc |
EUC-JP | ???鷹ォ⊂ | 001111110011111100111111110000101110101110100101101010011010001010111110 | 3f3f3fc2eba5a9a2be |
UTF-8 | 룶깰룫鷹ォ⊂ | 111010111010001110110110111010101011100110110000111010111010001110101011111010011011011110111001111000111000001010101001111000101000101010000010 | eba3b6eab9b0eba3abe9b7b9e382a9e28a82 |
UHC | 룶깰룫鷹ォ⊂ | 100011111010101110110001111111011000111110100010111010111110110110101011101010011010000111111000 | 8fabb1fd8fa2ebedaba9a1f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)