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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 糀咲外^ | 11100010111011111000110111100111100010100100111101011110 | e2ef8de78a4f5e |
EUC-JP | 糀咲外^ | 11100100111100011011101011101001101100111011000001011110 | e4f1bae9b3b05e |
UTF-8 | 糀咲外^ | 11100111101100111000000011100101100100101011001011100101101001001001011001011110 | e7b380e592b2e5a4965e |
UHC | ??外^ | 0011111100111111111010001110001001011110 | 3f3fe8e25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)