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ݱ | 11111011010100001101110110110001 | fb50ddb1 |
SJIS-WIN | ?P?± | 0011111101010000001111111000000101111101 | 3f503f817d |
EUC-JP | ûPݱ | 100011111010101111100101010100001000111110101010111100101010000111011110 | 8fabe5508faaf2a1de |
UTF-8 | ûPݱ | 11000011101110110101000011000011100111011100001010110001 | c3bb50c39dc2b1 |
UHC | ?P?± | 0011111101010000001111111010000110111110 | 3f503fa1be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)