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 | ??¤?? | 0011111100111111101001000011111100111111 | 3f3fa43f3f |
SJIS-WIN | ????仇 | 001111110011111100111111001111111000101101110111 | 3f3f3f3f8b77 |
EUC-JP | ??¤?仇 | 0011111100111111100011111010001011110000001111111011010111011000 | 3f3f8fa2f03fb5d8 |
UTF-8 | 룶햶¤룶仇 | 1110101110100011101101101110110110010110101101101100001010100100111010111010001110110110111001001011101110000111 | eba3b6ed96b6c2a4eba3b6e4bb87 |
UHC | 룶햶¤룶仇 | 10001111101010111100000110001111101000101011010010001111101010111100111011111011 | 8fabc18fa2b48fabcefb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)