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 | ミ暲イ蒟 | 1111001010100110110100001111101011011100101100101110010011100101 | f2a6d0fadcb2e4e5 |
EUC-JP | ?ミ暲イ蒟 | 00111111100011101101000010001111110000101101101110001110101100101110100011100111 | 3f8ed08fc2db8eb2e8e7 |
UTF-8 | ミ暲イ蒟 | 111011101000011110011101111011111011111010010000111001101001101010110010111011111011110110110010111010001001001010011111 | ee879defbe90e69ab2efbdb2e8929f |
UHC | ??暲?? | 001111110011111111101101111001110011111100111111 | 3f3fede73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)