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 | ??????Z | 00111111001111110011111100111111001111110011111101011010 | 3f3f3f3f3f3f5a |
SJIS-WIN | テゥテェテァZ | 11000011101010011100001110101010110000111010011101011010 | c3a9c3aac3a75a |
EUC-JP | テゥテェテァZ | 10001110110000111000111010101001100011101100001110001110101010101000111011000011100011101010011101011010 | 8ec38ea98ec38eaa8ec38ea75a |
UTF-8 | テゥテェテァZ | 11101111101111101000001111101111101111011010100111101111101111101000001111101111101111011010101011101111101111101000001111101111101111011010011101011010 | efbe83efbda9efbe83efbdaaefbe83efbda75a |
UHC | ??????Z | 00111111001111110011111100111111001111110011111101011010 | 3f3f3f3f3f3f5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)