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 | 谿曙欝 | 111001101010111010001111100011001000100101010100 | e6ae8f8c8954 |
EUC-JP | 谿曙欝 | 111011001011000010111101111011001011000110110101 | ecb0bdecb1b5 |
UTF-8 | 谿曙欝 | 111010001011000010111111111001101001101110011001111001101010110010011101 | e8b0bfe69b99e6ac9d |
UHC | 谿曙? | 1100110110101100110111111111010100111111 | cdacdff53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)