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 | 楔譽瀟 | 100111101011011011100110101000111110000001101110 | 9eb6e6a3e06e |
EUC-JP | 楔譽瀟 | 110111001011100011101100101001011101111111001111 | dcb8eca5dfcf |
UTF-8 | 楔譽瀟 | 111001101010010110010100111010001010110110111101111001111000000010011111 | e6a594e8adbde7809f |
UHC | 楔譽瀟 | 111000001101101111100111111000101110000110111110 | e0dbe7e2e1be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)