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 | 莠マィ | 111101101010111011100100101110101100111110101000 | f6aee4bacfa8 |
EUC-JP | ?莠マィ | 00111111111010001011110010001110110011111000111010101000 | 3fe8bc8ecf8ea8 |
UTF-8 | 莠マィ | 111011101001001110010101111010001000111010100000111011111011111010001111111011111011110110101000 | ee9395e88ea0efbe8fefbda8 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)