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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 襍ヲ驩先万 | 111010001011010110100110111010011000100110010000111001101001011010011100 | e8b5a6e98990e6969c |
EUC-JP | 襍ヲ驩先万 | 11110000101101111000111010100110111100011110100111000000111010001100101111111100 | f0b78ea6f1e9c0e8cbfc |
UTF-8 | 襍ヲ驩先万 | 111010001010010110001101111011111011110110100110111010011010100110101001111001011000010110001000111001001011100010000111 | e8a58defbda6e9a9a9e58588e4b887 |
UHC | ??驩先万 | 0011111100111111111111001011111011100000101110111101100010110010 | 3f3ffcbee0bbd8b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)