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 | ???Q~ | 0011111100111111001111110101000101111110 | 3f3f3f517e |
SJIS-WIN | テつ涌Q~ | 11000011100000101100001010010111010011110101000101111110 | c382c2974f517e |
EUC-JP | テつ涌Q~ | 1000111011000011101001001100010011001101101100000101000101111110 | 8ec3a4c4cdb0517e |
UTF-8 | テつ涌Q~ | 1110111110111110100000111110001110000001101001001110011010110110100011000101000101111110 | efbe83e381a4e6b68c517e |
UHC | ?つ涌Q~ | 00111111101010101100010011101001101111110101000101111110 | 3faac4e9bf517e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)