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 | 霑識晶ウ | 11101000101111111000111010101111100011111011101110110011 | e8bf8eaf8fbbb3 |
EUC-JP | 霑識晶ウ | 1111000011000001101111001011000110111110101111011000111010110011 | f0c1bcb1bebd8eb3 |
UTF-8 | 霑識晶ウ | 111010011001110010010001111010001010110110011000111001101001100110110110111011111011110110110011 | e99c91e8ad98e699b6efbdb3 |
UHC | 霑識晶? | 11101111110001011110001111011011111011111101110000111111 | efc5e3dbefdc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)