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 | ¾©P¾ | 10111110101011011000111010101001010100001011111010101101 | bead8ea950bead |
SJIS-WIN | ????P?? | 00111111001111110011111100111111010100000011111100111111 | 3f3f3f3f503f3f |
EUC-JP | ???©P?? | 001111110011111100111111100011111010001011101101010100000011111100111111 | 3f3f3f8fa2ed503f3f |
UTF-8 | ¾©P¾ | 11000010101111101100001010101101110000101000111011000010101010010101000011000010101111101100001010101101 | c2bec2adc28ec2a950c2bec2ad |
UHC | ¾??P¾ | 1010100011111010101000011010100100111111001111110101000010101000111110101010000110101001 | a8faa1a93f3f50a8faa1a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)