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 | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
SJIS-WIN | ???慇G | 001111110011111100111111100111001011111001000111 | 3f3f3f9cbe47 |
EUC-JP | ???慇G | 001111110011111100111111110110001100000001000111 | 3f3f3fd8c047 |
UTF-8 | 룶깰룫慇G | 11101011101000111011011011101010101110011011000011101011101000111010101111100110100001011000011101000111 | eba3b6eab9b0eba3abe6858747 |
UHC | 룶깰룫慇G | 100011111010101110110001111111011000111110100010111010111101101101000111 | 8fabb1fd8fa2ebdb47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)