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 | ツ北テァテオ | 1100001010010110011010111100001110100111110000111000001101001001 | c2966bc3a7c38349 |
EUC-JP | ツ北テァテオ | 100011101100001011001011110011001000111011000011100011101010011110001110110000111010010110101010 | 8ec2cbcc8ec38ea78ec3a5aa |
UTF-8 | ツ北テァテオ | 111011111011111010000010111001011000110010010111111011111011111010000011111011111011110110100111111011111011111010000011111000111000001010101010 | efbe82e58c97efbe83efbda7efbe83e382aa |
UHC | ?北???オ | 0011111111011101110000010011111100111111001111111010101110101010 | 3fddc13f3f3fabaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)