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??T | 0011111100111111001111110011111101110010001111110011111101010100 | 3f3f3f3f723f3f54 |
SJIS-WIN | ツ陽テ「rテェT | 110000101001011101111010110000111010001001110010110000111010101001010100 | c2977ac3a272c3aa54 |
EUC-JP | ツ陽テ「rテェT | 1000111011000010110011011101101110001110110000111000111010100010011100101000111011000011100011101010101001010100 | 8ec2cddb8ec38ea2728ec38eaa54 |
UTF-8 | ツ陽テ「rテェT | 1110111110111110100000101110100110011001101111011110111110111110100000111110111110111101101000100111001011101111101111101000001111101111101111011010101001010100 | efbe82e999bdefbe83efbda272efbe83efbdaa54 |
UHC | ?陽??r??T | 001111111110010111010101001111110011111101110010001111110011111101010100 | 3fe5d53f3f723f3f54 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)