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 | ◇?立悠 | 10000001100111100011111110010111101001111001011101001001 | 819e3f97a79749 |
EUC-JP | ◇?立悠 | 10100001111111100011111111001110101010011100110110101010 | a1fe3fcea9cdaa |
UTF-8 | ◇룵立悠 | 111000101001011110000111111010111010001110110101111001111010101110001011111001101000001010100000 | e29787eba3b5e7ab8be682a0 |
UHC | ◇룵立悠 | 1010000111011110100011111010101011011000101000011110101011101101 | a1de8faad8a1eaed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)