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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 隲キ繧域た | 111010001010101110110111111000111000001010001000111001101000001010111101 | e8abb7e38288e682bd |
EUC-JP | 隲キ繧域た | 11110000101011011000111010110111111001011110001010110000111010001010010010111111 | f0ad8eb7e5e2b0e8a4bf |
UTF-8 | 隲キ繧域た | 111010011001101010110010111011111011110110110111111001111011100110100111111001011001111110011111111000111000000110011111 | e99ab2efbdb7e7b9a7e59f9fe3819f |
UHC | ???域た | 00111111001111110011111111100110101101001010101010111111 | 3f3f3fe6b4aabf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)