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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 蟆呱ス枡^ | 1110010110110000100110011110101110111101100111100110010101011110 | e5b099ebbd9e655e |
EUC-JP | 蟆呱ス枡^ | 111010101011001011010010111011011000111010111101110110111100011001011110 | eab2d2ed8ebddbc65e |
UTF-8 | 蟆呱ス枡^ | 11101000100111111000011011100101100100011011000111101111101111011011110111100110100111101010000101011110 | e89f86e591b1efbdbde69ea15e |
UHC | ?呱??^ | 001111111100110110110010001111110011111101011110 | 3fcdb23f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)