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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 怨?事 | 1000100110000101001111111000111010010110 | 89853f8e96 |
EUC-JP | 怨?事 | 1011000111100101001111111011101111110110 | b1e53fbbf6 |
UTF-8 | 怨쯔事 | 111001101000000010101000111011001010111110010100111001001011101010001011 | e680a8ecaf94e4ba8b |
UHC | 怨쯔事 | 111010101011001111000010111010101101111011000000 | eab3c2eadec0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)