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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | シ簧ィシ簧ィ^ | 101111001110001011001110101010001011110011100010110011101010100001011110 | bce2cea8bce2cea85e |
EUC-JP | シ簧ィシ簧ィ^ | 10001110101111001110010011010000100011101010100010001110101111001110010011010000100011101010100001011110 | 8ebce4d08ea88ebce4d08ea85e |
UTF-8 | シ簧ィシ簧ィ^ | 11101111101111011011110011100111101100001010011111101111101111011010100011101111101111011011110011100111101100001010011111101111101111011010100001011110 | efbdbce7b0a7efbda8efbdbce7b0a7efbda85e |
UHC | ?簧??簧?^ | 001111111111110011010111001111110011111111111100110101110011111101011110 | 3ffcd73f3ffcd73f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)