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 | ??r?? | 0011111100111111011100100011111100111111 | 3f3f723f3f |
SJIS-WIN | テ「rツ啖 | 110000111010001001110010110000101001101001010110 | c3a272c29a56 |
EUC-JP | テ「rツ啖 | 100011101100001110001110101000100111001010001110110000101101001110110111 | 8ec38ea2728ec2d3b7 |
UTF-8 | テ「rツ啖 | 11101111101111101000001111101111101111011010001001110010111011111011111010000010111001011001010110010110 | efbe83efbda272efbe82e59596 |
UHC | ??r?啖 | 001111110011111101110010001111111101001110111010 | 3f3f723fd3ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)