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 | ¾å¿¼¼[ | 101111101110010110001110101111111000111010111100100011101011110001011011 | bee58ebf8ebc8ebc5b |
SJIS-WIN | ????????[ | 001111110011111100111111001111110011111100111111001111110011111101011011 | 3f3f3f3f3f3f3f3f5b |
EUC-JP | ?å?¿????[ | 00111111100011111010101110101001001111111000111110100010110001000011111100111111001111110011111101011011 | 3f8faba93f8fa2c43f3f3f3f5b |
UTF-8 | ¾å¿¼¼[ | 1100001010111110110000111010010111000010100011101100001010111111110000101000111011000010101111001100001010001110110000101011110001011011 | c2bec3a5c28ec2bfc28ec2bcc28ec2bc5b |
UHC | ¾??¿?¼?¼[ | 10101000111110100011111100111111101000101010111100111111101010001111100100111111101010001111100101011011 | a8fa3f3fa2af3fa8f93fa8f95b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)