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 | ??H???? | 00111111001111110100100000111111001111110011111100111111 | 3f3f483f3f3f3f |
SJIS-WIN | テサHツ愿ョツ | 1100001110111011010010001100001010011100110000111010111011000010 | c3bb48c29cc3aec2 |
EUC-JP | テサHツ愿ョツ | 10001110110000111000111010111011010010001000111011000010110110001100010110001110101011101000111011000010 | 8ec38ebb488ec2d8c58eae8ec2 |
UTF-8 | テサHツ愿ョツ | 11101111101111101000001111101111101111011011101101001000111011111011111010000010111001101000010010111111111011111011110110101110111011111011111010000010 | efbe83efbdbb48efbe82e684bfefbdaeefbe82 |
UHC | ??H?愿?? | 0011111100111111010010000011111111101010101101000011111100111111 | 3f3f483feab43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)