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 | 洩叔泄 | 100010010110101110001111011001101001111110010101 | 896b8f669f95 |
EUC-JP | 洩叔泄 | 101100011100110010111101110001111101110111110101 | b1ccbdc7ddf5 |
UTF-8 | 洩叔泄 | 111001101011010010101001111001011000111110010100111001101011001110000100 | e6b4a9e58f94e6b384 |
UHC | 洩叔泄 | 111000001101110111100010110100101110000011011100 | e0dde2d2e0dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)