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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 縲御換^ | 11100011100000001000110011100100100010101011011101011110 | e3808ce48ab75e |
EUC-JP | 縲御換^ | 11100101111000001011100011100110101101001011100101011110 | e5e0b8e6b4b95e |
UTF-8 | 縲御換^ | 11100111101110001011001011100101101111101010000111100110100011111001101101011110 | e7b8b2e5bea1e68f9b5e |
UHC | ?御換^ | 001111111110010111011001111111001011010101011110 | 3fe5d9fcb55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)