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 | ?????nB | 00111111001111110011111100111111001111110110111001000010 | 3f3f3f3f3f6e42 |
SJIS-WIN | 製????nB | 1001000010111011001111110011111100111111001111110110111001000010 | 90bb3f3f3f3f6e42 |
EUC-JP | 製?薏??nB | 11000000101111010011111110001111110110011101111000111111001111110110111001000010 | c0bd3f8fd9de3f3f6e42 |
UTF-8 | 製렲薏累깼nB | 1110100010100011101111011110101110100000101100101110100010010110100011111110111110100101100011111110101010111001101111000110111001000010 | e8a3bdeba0b2e8968fefa58feab9bc6e42 |
UHC | 製렲薏累깼nB | 111100001011001010001110101111111110101111111011110100101110100110110010101000110110111001000010 | f0b28ebfebfbd2e9b2a36e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)