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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 阮翫Ι笏」邯 | 1110100010010110100010101110001110000011101001111110001010010100101000111110011110110110 | e8968ae383a7e294a3e7b6 |
EUC-JP | 阮翫Ι笏」邯 | 111011111111011010110100111001011010011010101001111000111111010010001110101000111110111010111000 | eff6b4e5a6a9e3f48ea3eeb8 |
UTF-8 | 阮翫Ι笏」邯 | 1110100110011000101011101110011110111111101010111100111010011001111001111010110010001111111011111011110110100011111010011000001010101111 | e998aee7bfabce99e7ac8fefbda3e982af |
UHC | 阮翫Ι笏?邯 | 1110100011010110111010001101000110100101110010011111101111101110001111111100101011111011 | e8d6e8d1a5c9fbee3fcafb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)