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 | 錏溷香 | 111001111111100110011111111001011000110110000001 | e7f99fe58d81 |
EUC-JP | 錏溷香 | 111011101111101111011110111001111011100111100001 | eefbdee7b9e1 |
UTF-8 | 錏溷香 | 111010011000110010001111111001101011101010110111111010011010011010011001 | e98c8fe6bab7e9a699 |
UHC | ??香 | 00111111001111111111101011000101 | 3f3ffac5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)