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 | ¼Ä½·B | 10111100110001001000111010111101100011101011011101000010 | bcc48ebd8eb742 |
SJIS-WIN | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
EUC-JP | ?Ä????B | 001111111000111110101010101000110011111100111111001111110011111101000010 | 3f8faaa33f3f3f3f42 |
UTF-8 | ¼Ä½·B | 11000010101111001100001110000100110000101000111011000010101111011100001010001110110000101011011101000010 | c2bcc384c28ec2bdc28ec2b742 |
UHC | ¼??½?·B | 10101000111110010011111100111111101010001111011000111111101000011010010001000010 | a8f93f3fa8f63fa1a442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)