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 | ツ偲催ィツサツ | 110000101000111011000011100011011100001110101000110000101011101111000010 | c28ec38dc3a8c2bbc2 |
EUC-JP | ツ偲催ィツサツ | 1000111011000010101111001100010110111010110001011000111010101000100011101100001010001110101110111000111011000010 | 8ec2bcc5bac58ea88ec28ebb8ec2 |
UTF-8 | ツ偲催ィツサツ | 111011111011111010000010111001011000000110110010111001011000001010101100111011111011110110101000111011111011111010000010111011111011110110111011111011111011111010000010 | efbe82e581b2e582acefbda8efbe82efbdbbefbe82 |
UHC | ??催???? | 0011111100111111111101011100101000111111001111110011111100111111 | 3f3ff5ca3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)