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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 拗?跨^ | 100111010101100000111111100011001101011101011110 | 9d583f8cd75e |
EUC-JP | 拗?跨^ | 110110011011100100111111101110001101100101011110 | d9b93fb8d95e |
UTF-8 | 拗곈跨^ | 11100110100010111001011111101010101100111000100011101000101101111010100001011110 | e68b97eab388e8b7a85e |
UHC | 拗곈跨^ | 11101000111100111011000011101001110011101010010101011110 | e8f3b0e9cea55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)