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 | 昊簫淦 | 100111011101110111100010110100101001111110111110 | 9ddde2d29fbe |
EUC-JP | 昊簫淦 | 110110101101111111100100110101001101111011000000 | dadfe4d4dec0 |
UTF-8 | 昊簫淦 | 111001101001100010001010111001111011000010101011111001101011011110100110 | e6988ae7b0abe6b7a6 |
UHC | 昊簫? | 1111101111000100111000011100011100111111 | fbc4e1c73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)