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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???晁 | 0011111100111111001111111001110111101000 | 3f3f3f9de8 |
EUC-JP | ???晁 | 0011111100111111001111111101101011101010 | 3f3f3fdaea |
UTF-8 | 렱롅서晁 | 111010111010000010110001111010111010000110000101111011001000010010011100111001101001100110000001 | eba0b1eba185ec849ce69981 |
UHC | 렱롅서晁 | 1000111010111110100011101100101110111100101011011111000011000101 | 8ebe8ecbbcadf0c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)