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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ツ端テ、ツキツ | 1100001010010010010110111100001110100100110000101011011111000010 | c2925bc3a4c2b7c2 |
EUC-JP | ツ端テ、ツキツ | 1000111011000010110000111011110010001110110000111000111010100100100011101100001010001110101101111000111011000010 | 8ec2c3bc8ec38ea48ec28eb78ec2 |
UTF-8 | ツ端テ、ツキツ | 111011111011111010000010111001111010101110101111111011111011111010000011111011111011110110100100111011111011111010000010111011111011110110110111111011111011111010000010 | efbe82e7abafefbe83efbda4efbe82efbdb7efbe82 |
UHC | ?端????? | 0011111111010011101011100011111100111111001111110011111100111111 | 3fd3ae3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)