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 | 映η?映η?^ | 1000100101100110100000111100010100111111100010010110011010000011110001010011111101011110 | 896683c53f896683c53f5e |
EUC-JP | 映η?映η?^ | 1011000111000111101001101100011100111111101100011100011110100110110001110011111101011110 | b1c7a6c73fb1c7a6c73f5e |
UTF-8 | 映η뙥映η뙥^ | 1110011010011000101000001100111010110111111010111001100110100101111001101001100010100000110011101011011111101011100110011010010101011110 | e698a0ceb7eb99a5e698a0ceb7eb99a55e |
UHC | 映η뙥映η뙥^ | 11100111101100011010010111100111100011001010100111100111101100011010010111100111100011001010100101011110 | e7b1a5e78ca9e7b1a5e78ca95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)