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 | ÙÞ¹ | 11011001101011011101111010111001 | d9addeb9 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | Ù?Þ? | 1000111110101010111000110011111110001111101010011011000000111111 | 8faae33f8fa9b03f |
UTF-8 | ÙÞ¹ | 1100001110011001110000101010110111000011100111101100001010111001 | c399c2adc39ec2b9 |
UHC | ?Þ¹ | 00111111101000011010100110101000101011011010100111110110 | 3fa1a9a8ada9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)