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 | ?????yB | 00111111001111110011111100111111001111110111100101000010 | 3f3f3f3f3f7942 |
SJIS-WIN | 筌??乙?yB | 111000101010001100111111001111111000100110110011001111110111100101000010 | e2a33f3f89b33f7942 |
EUC-JP | 筌??乙?yB | 111001001010010100111111001111111011001010110101001111110111100101000010 | e4a53f3fb2b53f7942 |
UTF-8 | 筌듦랩乙퐹yB | 1110011110101101100011001110101110010011101001101110101110011110101010011110010010111001100110011110110110010000101110010111100101000010 | e7ad8ceb93a6eb9ea9e4b999ed90b97942 |
UHC | 筌듦랩乙퐹yB | 111011111010011110110101111010101011011110100110111010111110000010111110010000100111100101000010 | efa7b5eab7a6ebe0be427942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)