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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 竪洩竪辰B | 100100100100011110001001011010111001001001000111100100100100001101000010 | 9247896b9247924342 |
EUC-JP | 竪洩竪辰B | 110000111010100010110001110011001100001110101000110000111010010001000010 | c3a8b1ccc3a8c3a442 |
UTF-8 | 竪洩竪辰B | 11100111101010111010101011100110101101001010100111100111101010111010101011101000101111101011000001000010 | e7abaae6b4a9e7abaae8beb042 |
UHC | 竪洩竪辰B | 111000101011010111100000110111011110001010110101111100101110001101000010 | e2b5e0dde2b5f2e342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)