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 | 善洩? | 1001000101010000100010010110101100111111 | 9150896b3f |
EUC-JP | 善洩渲 | 11000001101100011011000111001100100011111100011111101100 | c1b1b1cc8fc7ec |
UTF-8 | 善洩渲 | 111001011001011010000100111001101011010010101001111001101011100010110010 | e59684e6b4a9e6b8b2 |
UHC | 善洩渲 | 111000001011110011100000110111011110000011000010 | e0bce0dde0c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)