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 | 谿ソ蜚 | 1110011010101110101111111110010110010100 | e6aebfe594 |
EUC-JP | 谿ソ蜚 | 111011001011000010001110101111111110100111110100 | ecb08ebfe9f4 |
UTF-8 | 谿ソ蜚 | 111010001011000010111111111011111011110110111111111010001001110010011010 | e8b0bfefbdbfe89c9a |
UHC | 谿?蜚 | 1100110110101100001111111101111010100100 | cdac3fdea4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)