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 | ⅶ執紗コ | 11111010010001101000111010110111100011101101000110111010 | fa468eb78ed1ba |
EUC-JP | ?執紗コ | 00111111101111001011100110111100110100111000111010111010 | 3fbcb9bcd38eba |
UTF-8 | ⅶ執紗コ | 111000101000010110110110111001011001111110110111111001111011010010010111111011111011110110111010 | e285b6e59fb7e7b497efbdba |
UHC | ⅶ執紗? | 10100101101001111111001011111011110111101110100100111111 | a5a7f2fbdee93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)