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 | ûP¡¥ûP¡¥^ | 111110110101000010100001101001011111101101010000101000011010010101011110 | fb50a1a5fb50a1a55e |
SJIS-WIN | ?P?¥?P?¥^ | 0011111101010000001111111000000110001111001111110101000000111111100000011000111101011110 | 3f503f818f3f503f818f5e |
EUC-JP | ûP¡?ûP¡?^ | 1000111110101011111001010101000010001111101000101100001000111111100011111010101111100101010100001000111110100010110000100011111101011110 | 8fabe5508fa2c23f8fabe5508fa2c23f5e |
UTF-8 | ûP¡¥ûP¡¥^ | 110000111011101101010000110000101010000111000010101001011100001110111011010100001100001010100001110000101010010101011110 | c3bb50c2a1c2a5c3bb50c2a1c2a55e |
UHC | ?P¡??P¡?^ | 0011111101010000101000101010111000111111001111110101000010100010101011100011111101011110 | 3f50a2ae3f3f50a2ae3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)