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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 軏冗泗轜 | 1111101110110010100011111110011110011111100110011110011101111110 | fbb28fe79f99e77e |
EUC-JP | 軏冗泗轜 | 100011111110000011011001101111101110100111011101111110011110110111011111 | 8fe0d9bee9ddf9eddf |
UTF-8 | 軏冗泗轜 | 111010001011101110001111111001011000011010010111111001101011001110010111111010001011110110011100 | e8bb8fe58697e6b397e8bd9c |
UHC | ?冗泗? | 001111111110100110110111110111101101111100111111 | 3fe9b7dedf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)