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 | テ凖づ偲ォ | 1100001110011001110000111000001011000011100011101100001110101011 | c399c382c38ec3ab |
EUC-JP | テ凖づ偲ォ | 10001110110000111101001011000101101001001100010110111100110001011000111010101011 | 8ec3d2c5a4c5bcc58eab |
UTF-8 | テ凖づ偲ォ | 111011111011111010000011111001011000011110010110111000111000000110100101111001011000000110110010111011111011110110101011 | efbe83e58796e381a5e581b2efbdab |
UHC | ??づ?? | 001111110011111110101010110001010011111100111111 | 3f3faac53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)