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 | ??????P | 00111111001111110011111100111111001111110011111101010000 | 3f3f3f3f3f3f50 |
SJIS-WIN | ?????∮P | 0011111100111111001111110011111100111111100001111001001101010000 | 3f3f3f3f3f879350 |
EUC-JP | ??????P | 00111111001111110011111100111111001111110011111101010000 | 3f3f3f3f3f3f50 |
UTF-8 | 룶쨵⒟룶퓦∮P | 11101011101000111011011011101100101010001011010111100010100100101001111111101011101000111011011011101101100100111010011011100010100010001010111001010000 | eba3b6eca8b5e2929feba3b6ed93a6e288ae50 |
UHC | 룶쨵⒟룶퓦∮P | 10001111101010111010010010001111101010011101000010001111101010111011111110001111101000101011000101010000 | 8faba48fa9d08fabbf8fa2b150 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)