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 | è\Käú | 1110100001011100100011011000111110001111010010111110010011111010 | e85c8d8f8f4be4fa |
SJIS-WIN | ?\???K?? | 0011111101011100001111110011111100111111010010110011111100111111 | 3f5c3f3f3f4b3f3f |
EUC-JP | è\???Käú | 1000111110101011101100100101110000111111001111110011111101001011100011111010101110100011100011111010101111100010 | 8fabb25c3f3f3f4b8faba38fabe2 |
UTF-8 | è\Käú | 1100001110101000010111001100001010001101110000101000111111000010100011110100101111000011101001001100001110111010 | c3a85cc28dc28fc28f4bc3a4c3ba |
UHC | ?\???K?? | 0011111101011100001111110011111100111111010010110011111100111111 | 3f5c3f3f3f4b3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)