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 | ôâIÜ | 100101111111010011100010010010011001101011011100 | 97f4e2499adc |
SJIS-WIN | ???I?? | 001111110011111100111111010010010011111100111111 | 3f3f3f493f3f |
EUC-JP | ?ôâI?Ü | 001111111000111110101011110101001000111110101011101001000100100100111111100011111010101011100100 | 3f8fabd48faba4493f8faae4 |
UTF-8 | ôâIÜ | 1100001010010111110000111011010011000011101000100100100111000010100110101100001110011100 | c297c3b4c3a249c29ac39c |
UHC | ???I?? | 001111110011111100111111010010010011111100111111 | 3f3f3f493f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)