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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 棕?蔚?逸 | 1001111010100001001111111000100101010101001111111000100011101101 | 9ea13f89553f88ed |
EUC-JP | 棕?蔚?逸 | 1101110010100011001111111011000110110110001111111011000011101111 | dca33fb1b63fb0ef |
UTF-8 | 棕렋蔚렯逸 | 111001101010001110010101111010111010000010001011111010001001010010011010111010111010000010101111111010011000000010111000 | e6a395eba08be8949aeba0afe980b8 |
UHC | 棕렋蔚렯逸 | 11110000111101111000111010100010111010101010010110001110101111001110110011101111 | f0f78ea2eaa58ebcecef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)