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 | 諡隷ウ郁キィ^ | 11100110100010111001011111101010101100111000100011101000101101111010100001011110 | e68b97eab388e8b7a85e |
EUC-JP | 諡隷ウ郁キィ^ | 11101011111010111100111011101100100011101011001110110000111010101000111010110111100011101010100001011110 | ebebceec8eb3b0ea8eb78ea85e |
UTF-8 | 諡隷ウ郁キィ^ | 11101000101010111010000111101001100110101011011111101111101111011011001111101001100000111000000111101111101111011011011111101111101111011010100001011110 | e8aba1e99ab7efbdb3e98381efbdb7efbda85e |
UHC | 諡隷?郁??^ | 11100011110011011101011011001011001111111110100111110100001111110011111101011110 | e3cdd6cb3fe9f43f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)