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 | ??P??? | 001111110011111101010000001111110011111100111111 | 3f3f503f3f3f |
SJIS-WIN | テサPテ可ヲ | 11000011101110110101000011000011100010011100001010100110 | c3bb50c389c2a6 |
EUC-JP | テサPテ可ヲ | 1000111011000011100011101011101101010000100011101100001110110010110001001000111010100110 | 8ec38ebb508ec3b2c48ea6 |
UTF-8 | テサPテ可ヲ | 11101111101111101000001111101111101111011011101101010000111011111011111010000011111001011000111110101111111011111011110110100110 | efbe83efbdbb50efbe83e58fafefbda6 |
UHC | ??P?可? | 00111111001111110101000000111111110010101010011000111111 | 3f3f503fcaa63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)