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 | 鄂梧シ | 1110011110111101100011001110011010111100 | e7bd8ce6bc |
EUC-JP | 鄂梧シ | 111011101011111110111000111010001000111010111100 | eebfb8e88ebc |
UTF-8 | 鄂梧シ | 111010011000010010000010111001101010001010100111111011111011110110111100 | e98482e6a2a7efbdbc |
UHC | 鄂梧? | 1110010011000111111001111111110000111111 | e4c7e7fc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)