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¡¼ | 11111011010100001010000110111100 | fb50a1bc |
SJIS-WIN | ?P?? | 00111111010100000011111100111111 | 3f503f3f |
EUC-JP | ûP¡? | 1000111110101011111001010101000010001111101000101100001000111111 | 8fabe5508fa2c23f |
UTF-8 | ûP¡¼ | 11000011101110110101000011000010101000011100001010111100 | c3bb50c2a1c2bc |
UHC | ?P¡¼ | 001111110101000010100010101011101010100011111001 | 3f50a2aea8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)