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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 茯誌臭肓 | 1110010010101000100011101000111110001111010011001110001111101001 | e4a88e8f8f4ce3e9 |
EUC-JP | 茯誌臭肓 | 1110100010101010101110111110111110111101101011011110011011101011 | e8aabbefbdade6eb |
UTF-8 | 茯誌臭肓 | 111010001000110010101111111010001010101010001100111010001000011110101101111010001000001010010011 | e88cafe8aa8ce887ade88293 |
UHC | 茯誌臭? | 11011100110110101111001010111100111101101010101100111111 | dcdaf2bcf6ab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)