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¡ | 100100101000011011111011010100001000000110100001 | 9286fb5081a1 |
SJIS-WIN | ???P?? | 001111110011111100111111010100000011111100111111 | 3f3f3f503f3f |
EUC-JP | ??ûP?¡ | 00111111001111111000111110101011111001010101000000111111100011111010001011000010 | 3f3f8fabe5503f8fa2c2 |
UTF-8 | ûP¡ | 1100001010010010110000101000011011000011101110110101000011000010100000011100001010100001 | c292c286c3bb50c281c2a1 |
UHC | ???P?¡ | 00111111001111110011111101010000001111111010001010101110 | 3f3f3f503fa2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)