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^ | 0011111100111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f3f655e |
SJIS-WIN | ツ涌ティテォe^ | 110000101001011101001111110000111010100011000011101010110110010101011110 | c2974fc3a8c3ab655e |
EUC-JP | ツ涌ティテォe^ | 1000111011000010110011011011000010001110110000111000111010101000100011101100001110001110101010110110010101011110 | 8ec2cdb08ec38ea88ec38eab655e |
UTF-8 | ツ涌ティテォe^ | 1110111110111110100000101110011010110110100011001110111110111110100000111110111110111101101010001110111110111110100000111110111110111101101010110110010101011110 | efbe82e6b68cefbe83efbda8efbe83efbdab655e |
UHC | ?涌????e^ | 001111111110100110111111001111110011111100111111001111110110010101011110 | 3fe9bf3f3f3f3f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)