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ɤ | 11111011010100001100100110100100 | fb50c9a4 |
SJIS-WIN | ?P?? | 00111111010100000011111100111111 | 3f503f3f |
EUC-JP | ûPɤ | 10001111101010111110010101010000100011111010101010110001100011111010001011110000 | 8fabe5508faab18fa2f0 |
UTF-8 | ûPɤ | 11000011101110110101000011000011100010011100001010100100 | c3bb50c389c2a4 |
UHC | ?P?¤ | 0011111101010000001111111010001010110100 | 3f503fa2b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)