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 | ????ゲ∵ | 0011111100111111001111110011111110000011010100011000000111100110 | 3f3f3f3f835181e6 |
EUC-JP | ????ゲ∵ | 0011111100111111001111110011111110100101101100101010001011101000 | 3f3f3f3fa5b2a2e8 |
UTF-8 | 룶깰룫휁ゲ∵ | 111010111010001110110110111010101011100110110000111010111010001110101011111011011001110010000001111000111000001010110010111000101000100010110101 | eba3b6eab9b0eba3abed9c81e382b2e288b5 |
UHC | 룶깰룫휁ゲ∵ | 100011111010101110110001111111011000111110100010110001001000111110101011101100101010000111110001 | 8fabb1fd8fa2c48fabb2a1f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)