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 | 蜃門サ | 1110010110000111100101101110010110111011 | e58796e5bb |
EUC-JP | 蜃門サ | 111010011110011111001100111001111000111010111011 | e9e7cce78ebb |
UTF-8 | 蜃門サ | 111010001001110010000011111010011001011010000000111011111011110110111011 | e89c83e99680efbdbb |
UHC | 蜃門? | 1110001111110001110110101010011000111111 | e3f1daa63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)