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 | 暦釀峽 | 100101111110111111100111110101001001101110110101 | 97efe7d49bb5 |
EUC-JP | 暦釀峽 | 110011101111000111101110110101101101011010110111 | cef1eed6d6b7 |
UTF-8 | 暦釀峽 | 111001101001101010100110111010011000011110000000111001011011001110111101 | e69aa6e98780e5b3bd |
UHC | ?釀峽 | 0011111111100101110101001111101011110010 | 3fe5d4faf2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)