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 | 魚??^ | 1000101110011011001111110011111101011110 | 8b9b3f3f5e |
EUC-JP | 魚??^ | 1011010111111011001111110011111101011110 | b5fb3f3f5e |
UTF-8 | 魚쎿궀^ | 11101001101011011001101011101100100011101011111111101010101101101000000001011110 | e9ad9aec8ebfeab6805e |
UHC | 魚쎿궀^ | 11100101111000001001101111100110100000101001101101011110 | e5e09be6829b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)