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 | ì¼½î¥ | 111011001011110010001110101111011110111010100101 | ecbc8ebdeea5 |
SJIS-WIN | ?????¥ | 00111111001111110011111100111111001111111000000110001111 | 3f3f3f3f3f818f |
EUC-JP | ì???î? | 10001111101010111100000000111111001111110011111110001111101010111100001000111111 | 8fabc03f3f3f8fabc23f |
UTF-8 | ì¼½î¥ | 110000111010110011000010101111001100001010001110110000101011110111000011101011101100001010100101 | c3acc2bcc28ec2bdc3aec2a5 |
UHC | ?¼?½?? | 0011111110101000111110010011111110101000111101100011111100111111 | 3fa8f93fa8f63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)