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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 善洩先 | 100100010101000010001001011010111001000011100110 | 9150896b90e6 |
EUC-JP | 善洩先 | 110000011011000110110001110011001100000011101000 | c1b1b1ccc0e8 |
UTF-8 | 善洩先 | 111001011001011010000100111001101011010010101001111001011000010110001000 | e59684e6b4a9e58588 |
UHC | 善洩先 | 111000001011110011100000110111011110000010111011 | e0bce0dde0bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)