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 | 善洩先善 | 1001000101010000100010010110101110010000111001101001000101010000 | 9150896b90e69150 |
EUC-JP | 善洩先善 | 1100000110110001101100011100110011000000111010001100000110110001 | c1b1b1ccc0e8c1b1 |
UTF-8 | 善洩先善 | 111001011001011010000100111001101011010010101001111001011000010110001000111001011001011010000100 | e59684e6b4a9e58588e59684 |
UHC | 善洩先善 | 1110000010111100111000001101110111100000101110111110000010111100 | e0bce0dde0bbe0bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)