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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 遞碑いホ、 | 1110011110101000100101001110100010000010101000101100111010100100 | e7a894e882a2cea4 |
EUC-JP | 遞碑いホ、 | 11101110101010101100100011101010101001001010010010001110110011101000111010100100 | eeaac8eaa4a48ece8ea4 |
UTF-8 | 遞碑いホ、 | 111010011000000110011110111001111010001010010001111000111000000110000100111011111011111010001110111011111011110110100100 | e9819ee7a291e38184efbe8eefbda4 |
UHC | 遞碑い?? | 1111010011110110110111011111100010101010101001000011111100111111 | f4f6ddf8aaa43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)