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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 褝守ソヲ | 111001011111101010001110111001111011111110100110 | e5fa8ee7bfa6 |
EUC-JP | 褝守ソヲ | 1110101011111100101111001110100110001110101111111000111010100110 | eafcbce98ebf8ea6 |
UTF-8 | 褝守ソヲ | 111010001010010010011101111001011010111010001000111011111011110110111111111011111011110110100110 | e8a49de5ae88efbdbfefbda6 |
UHC | ?守?? | 0011111111100001111110100011111100111111 | 3fe1fa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)