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 | Íáäè^ | 1100110111100001111001001110100001011110 | cde1e4e85e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | Íáäè^ | 10001111101010101011111110001111101010111010000110001111101010111010001110001111101010111011001001011110 | 8faabf8faba18faba38fabb25e |
UTF-8 | Íáäè^ | 110000111000110111000011101000011100001110100100110000111010100001011110 | c38dc3a1c3a4c3a85e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)