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 | ??h? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | ??h? | 00111111001111110110100000111111 | 3f3f683f |
EUC-JP | ??h? | 00111111001111110110100000111111 | 3f3f683f |
UTF-8 | 솨섯h솨 | 11101100100001101010100011101100100001001010111101101000111011001000011010101000 | ec86a8ec84af68ec86a8 |
UHC | 솨섯h솨 | 10111100110111011011110010111000011010001011110011011101 | bcddbcb868bcdd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)