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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 驗呻スゥ^ | 11101001100001001001100111101111101111011010100101011110 | e98499efbda95e |
EUC-JP | 驗呻スゥ^ | 111100011110010011010010111100011000111010111101100011101010100101011110 | f1e4d2f18ebd8ea95e |
UTF-8 | 驗呻スゥ^ | 11101001101010011001011111100101100100011011101111101111101111011011110111101111101111011010100101011110 | e9a997e591bbefbdbdefbda95e |
UHC | 驗呻??^ | 11111010110100001110001111100010001111110011111101011110 | fad0e3e23f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)