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 | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | ????田F | 00111111001111110011111100111111100100110110001101000110 | 3f3f3f3f936346 |
EUC-JP | ????田F | 00111111001111110011111100111111110001011100010001000110 | 3f3f3f3fc5c446 |
UTF-8 | 룶즽㈒룫田F | 11101011101000111011011011101100101001101011110111100011100010001001001011101011101000111010101111100111100101001011000001000110 | eba3b6eca6bde38892eba3abe794b046 |
UHC | 룶즽㈒룫田F | 1000111110101011101000111000111110101001110000111000111110100010111011111010001101000110 | 8faba38fa9c38fa2efa346 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)