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 | ???ZY | 0011111100111111001111110101101001011001 | 3f3f3f5a59 |
SJIS-WIN | ??瀟ZY | 001111110011111111100000011011100101101001011001 | 3f3fe06e5a59 |
EUC-JP | ??瀟ZY | 001111110011111111011111110011110101101001011001 | 3f3fdfcf5a59 |
UTF-8 | 쐛숰瀟ZY | 1110110010010000100110111110110010001000101100001110011110000000100111110101101001011001 | ec909bec88b0e7809f5a59 |
UHC | 쐛숰瀟ZY | 1001110010000001100110100100100011100001101111100101101001011001 | 9c819a48e1be5a59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)