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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ア、鞘 | 101100011010010010001111111000101111011101000110 | b1a48fe2f746 |
EUC-JP | ア、鞘? | 10001110101100011000111010100100101111101110010000111111 | 8eb18ea4bee43f |
UTF-8 | ア、鞘 | 111011111011110110110001111011111011110110100100111010011001111010011000111011101001010010101010 | efbdb1efbda4e99e98ee94aa |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)