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 | ?煙欲郵 | 00111111100010011000110010010111011111101001011101011000 | 3f898c977e9758 |
EUC-JP | ?煙欲郵 | 00111111101100011110110011001101110111111100110110111001 | 3fb1eccddfcdb9 |
UTF-8 | 잨煙欲郵 | 111011001001111010101000111001111000010110011001111001101010110010110010111010011000001110110101 | ec9ea8e78599e6acb2e983b5 |
UHC | 잨煙欲郵 | 1001111111110011111001101101010111101001101100001110100111101000 | 9ff3e6d5e9b0e9e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)