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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | テッツシツн | 11000011101011111100001010111100110000101000010001111110 | c3afc2bcc2847e |
EUC-JP | テッツシツн | 100011101100001110001110101011111000111011000010100011101011110010001110110000101010011111011111 | 8ec38eaf8ec28ebc8ec2a7df |
UTF-8 | テッツシツн | 1110111110111110100000111110111110111101101011111110111110111110100000101110111110111101101111001110111110111110100000101101000010111101 | efbe83efbdafefbe82efbdbcefbe82d0bd |
UHC | ?????н | 00111111001111110011111100111111001111111010110011011111 | 3f3f3f3f3facdf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)