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ݦ | 11111011010100001101110110100110 | fb50dda6 |
SJIS-WIN | ?P?? | 00111111010100000011111100111111 | 3f503f3f |
EUC-JP | ûPݦ | 10001111101010111110010101010000100011111010101011110010100011111010001011000011 | 8fabe5508faaf28fa2c3 |
UTF-8 | ûPݦ | 11000011101110110101000011000011100111011100001010100110 | c3bb50c39dc2a6 |
UHC | ?P?? | 00111111010100000011111100111111 | 3f503f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)