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 | ¼Î¸¹ | 10111100110011101011100010111001 | bcceb8b9 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ?θ? | 0011111110001111101010101100001010001111101000101011000100111111 | 3f8faac28fa2b13f |
UTF-8 | ¼Î¸¹ | 1100001010111100110000111000111011000010101110001100001010111001 | c2bcc38ec2b8c2b9 |
UHC | ¼?¸¹ | 10101000111110010011111110100010101011001010100111110110 | a8f93fa2aca9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)