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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 劑肯?] | 100110011001110110001101011011010011111101011101 | 999d8d6d3f5d |
EUC-JP | 劑肯?] | 110100011111110110111001110011100011111101011101 | d1fdb9ce3f5d |
UTF-8 | 劑肯걋] | 11100101100010101001000111101000100000101010111111101010101100011000101101011101 | e58a91e882afeab18b5d |
UHC | 劑肯걋] | 11110000101001011101000011101001101100001100000001011101 | f0a5d0e9b0c05d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)