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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鷹?杖?才? | 100100011110100100111111100011111111000100111111100011011100101100111111 | 91e93f8ff13f8dcb3f |
EUC-JP | 鷹?杖?才? | 110000101110101100111111101111101111001100111111101110101100110100111111 | c2eb3fbef33fbacd3f |
UTF-8 | 鷹렓杖렦才렱 | 111010011011011110111001111010111010000010010011111001101001110110010110111010111010000010100110111001101000100110001101111010111010000010110001 | e9b7b9eba093e69d96eba0a6e6898deba0b1 |
UHC | 鷹렓杖렦才렱 | 111010111110110110001110101010001110110111101000100011101011010111101110101001101000111010111110 | ebed8ea8ede88eb5eea68ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)