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?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
EUC-JP | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
UTF-8 | 솨섯h솨섯 | 11101100100001101010100011101100100001001010111101101000111011001000011010101000111011001000010010101111 | ec86a8ec84af68ec86a8ec84af |
UHC | 솨섯h솨섯 | 101111001101110110111100101110000110100010111100110111011011110010111000 | bcddbcb868bcddbcb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)