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 | ¼ðÂð | 10111100111100001100001011110000 | bcf0c2f0 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ?ðÂð | 00111111100011111010100111000011100011111010101010100100100011111010100111000011 | 3f8fa9c38faaa48fa9c3 |
UTF-8 | ¼ðÂð | 1100001010111100110000111011000011000011100000101100001110110000 | c2bcc3b0c382c3b0 |
UHC | ¼ð?ð | 10101000111110011010100110100011001111111010100110100011 | a8f9a9a33fa9a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)