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 | 簔矇 | 11110101101111011110001011000001111100001110111111100001110111001111000111111100 | f5bde2c1f0efe1dcf1fc |
EUC-JP | ?簔?矇? | 00111111111001001100001100111111111000101101111000111111 | 3fe4c33fe2de3f |
UTF-8 | 簔矇 | 111011101001000010101000111001111011000010010100111011101000001010101110111001111001111110000111111011101000010110110111 | ee90a8e7b094ee82aee79f87ee85b7 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)