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 | ¼àðñ | 10111100111000001111000011110001 | bce0f0f1 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ?àðñ | 00111111100011111010101110100010100011111010100111000011100011111010101111010000 | 3f8faba28fa9c38fabd0 |
UTF-8 | ¼àðñ | 1100001010111100110000111010000011000011101100001100001110110001 | c2bcc3a0c3b0c3b1 |
UHC | ¼?ð? | 101010001111100100111111101010011010001100111111 | a8f93fa9a33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)