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 | ?????E | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
SJIS-WIN | 瑕瑕ヒ」E | 111000001110101011111001111110001110000011101010110010111010001101000101 | e0eaf9f8e0eacba345 |
EUC-JP | 瑕?瑕ヒ」E | 11100000111011000011111111100000111011001000111011001011100011101010001101000101 | e0ec3fe0ec8ecb8ea345 |
UTF-8 | 瑕瑕ヒ」E | 11100111100100011001010111101110100111011001001111100111100100011001010111101111101111101000101111101111101111011010001101000101 | e79195ee9d93e79195efbe8befbda345 |
UHC | 瑕?瑕??E | 1111100111000010001111111111100111000010001111110011111101000101 | f9c23ff9c23f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)