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 | 箋??潁? | 11100010101100110011111100111111100111111111000100111111 | e2b33f3f9ff13f |
EUC-JP | 箋??潁? | 11100100101101010011111100111111110111101111001100111111 | e4b53f3fdef33f |
UTF-8 | 箋볩풒潁딟 | 111001111010111010001011111010111011001110101001111011011001001010010010111001101011110110000001111010111001010010011111 | e7ae8bebb3a9ed9292e6bd81eb949f |
UHC | 箋볩풒潁딟 | 11101111101010001001001111101111101111101001011011100111101110001000101101000010 | efa893efbe96e7b88b42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)