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 | 樹?施 | 1000111011110111001111111000111001111011 | 8ef73f8e7b |
EUC-JP | 樹?施 | 1011110011111001001111111011101111011100 | bcf93fbbdc |
UTF-8 | 樹렯施 | 111001101010100010111001111010111010000010101111111001101001011010111101 | e6a8b9eba0afe696bd |
UHC | 樹렯施 | 111000101010011110001110101111001110001110111111 | e2a78ebce3bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)