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 | 鮠守柄] | 11101001101111001000111011100111100101011011111101011101 | e9bc8ee795bf5d |
EUC-JP | 鮠守柄] | 11110010101111101011110011101001110010101100000101011101 | f2bebce9cac15d |
UTF-8 | 鮠守柄] | 11101001101011101010000011100101101011101000100011100110100111111000010001011101 | e9aea0e5ae88e69f845d |
UHC | ?守柄] | 001111111110000111111010110111001011011101011101 | 3fe1fadcb75d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)