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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 瀅?俺??^ | 1111101101001110001111111000100110110100001111110011111101011110 | fb4e3f89b43f3f5e |
EUC-JP | 瀅?俺??^ | 100011111100100110101011001111111011001010110110001111110011111101011110 | 8fc9ab3fb2b63f3f5e |
UTF-8 | 瀅렱俺팩롛^ | 11100111100000001000010111101011101000001011000111100100101111111011101011101101100011001010100111101011101000011001101101011110 | e78085eba0b1e4bfbaed8ca9eba19b5e |
UHC | 瀅렱俺팩롛^ | 1111101110100100100011101011111011100101111011111100011011010001100011101101111101011110 | fba48ebee5efc6d18edf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)