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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
EUC-JP | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
UTF-8 | 윳쭤윳쭤B | 11101100100111001011001111101100101011011010010011101100100111001011001111101100101011011010010001000010 | ec9cb3ecada4ec9cb3ecada442 |
UHC | 윳쭤윳쭤B | 110000001011010111000010111001011100000010110101110000101110010101000010 | c0b5c2e5c0b5c2e542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)