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 | 001111110011111100111111001111110011111101010000 | 3f3f3f3f3f50 |
SJIS-WIN | ????氈P | 00111111001111110011111100111111100111111000000101010000 | 3f3f3f3f9f8150 |
EUC-JP | ????氈P | 00111111001111110011111100111111110111011110000101010000 | 3f3f3f3fdde150 |
UTF-8 | 룶즽㈒룫氈P | 11101011101000111011011011101100101001101011110111100011100010001001001011101011101000111010101111100110101100001000100001010000 | eba3b6eca6bde38892eba3abe6b08850 |
UHC | 룶즽㈒룫氈P | 1000111110101011101000111000111110101001110000111000111110100010111011101111110101010000 | 8faba38fa9c38fa2eefd50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)