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 | 雕???^ | 111010001011100000111111001111110011111101011110 | e8b83f3f3f5e |
EUC-JP | 雕???^ | 111100001011101000111111001111110011111101011110 | f0ba3f3f3f5e |
UTF-8 | 雕쇗렱렧^ | 11101001100110111001010111101100100001111001011111101011101000001011000111101011101000001010011101011110 | e99b95ec8797eba0b1eba0a75e |
UHC | 雕쇗렱렧^ | 111100001110011110111100111001101000111010111110100011101011011001011110 | f0e7bce68ebe8eb65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)