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 | 善洩?善 | 10010001010100001000100101101011001111111001000101010000 | 9150896b3f9150 |
EUC-JP | 善洩渲善 | 110000011011000110110001110011001000111111000111111011001100000110110001 | c1b1b1cc8fc7ecc1b1 |
UTF-8 | 善洩渲善 | 111001011001011010000100111001101011010010101001111001101011100010110010111001011001011010000100 | e59684e6b4a9e6b8b2e59684 |
UHC | 善洩渲善 | 1110000010111100111000001101110111100000110000101110000010111100 | e0bce0dde0c2e0bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)