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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蠖井尻 | 111001011011110110001000111001001001000001001011 | e5bd88e4904b |
EUC-JP | 蠖井尻 | 111010101011111110110000111001101011111110101100 | eabfb0e6bfac |
UTF-8 | 蠖井尻 | 111010001010000010010110111001001011101010010101111001011011000010111011 | e8a096e4ba95e5b0bb |
UHC | ?井尻 | 0011111111101111110011001100110110110110 | 3fefcccdb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)