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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 蔭??蔭??^ | 100010001111110000111111001111111000100011111100001111110011111101011110 | 88fc3f3f88fc3f3f5e |
EUC-JP | 蔭??蔭??^ | 101100001111111000111111001111111011000011111110001111110011111101011110 | b0fe3f3fb0fe3f3f5e |
UTF-8 | 蔭뗩춳蔭뗩걬^ | 11101000100101001010110111101011100101111010100111101100101101101011001111101000100101001010110111101011100101111010100111101010101100011010110001011110 | e894adeb97a9ecb6b3e894adeb97a9eab1ac5e |
UHC | 蔭뗩춳蔭뗩걬^ | 11101011111000111000101111101001101011011000111111101011111000111000101111101001100000011001010101011110 | ebe38be9ad8febe38be981955e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)