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 | ??M}??M{^ | 001111110011111101001101011111010011111100111111010011010111101101011110 | 3f3f4d7d3f3f4d7b5e |
SJIS-WIN | 闔ィM}闔ィM{^ | 1110100010001110101010000100110101111101111010001000111010101000010011010111101101011110 | e88ea84d7de88ea84d7b5e |
EUC-JP | 闔ィM}闔ィM{^ | 11101111111011101000111010101000010011010111110111101111111011101000111010101000010011010111101101011110 | efee8ea84d7defee8ea84d7b5e |
UTF-8 | 闔ィM}闔ィM{^ | 1110100110010111100101001110111110111101101010000100110101111101111010011001011110010100111011111011110110101000010011010111101101011110 | e99794efbda84d7de99794efbda84d7b5e |
UHC | 闔?M}闔?M{^ | 1111100111101111001111110100110101111101111110011110111100111111010011010111101101011110 | f9ef3f4d7df9ef3f4d7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)