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テ敖ヲ | 11000011101110110101000011000011100111011100001010100110 | c3bb50c39dc2a6 |
EUC-JP | テサPテ敖ヲ | 1000111011000011100011101011101101010000100011101100001111011010110001001000111010100110 | 8ec38ebb508ec3dac48ea6 |
UTF-8 | テサPテ敖ヲ | 11101111101111101000001111101111101111011011101101010000111011111011111010000011111001101001010110010110111011111011110110100110 | efbe83efbdbb50efbe83e69596efbda6 |
UHC | ??P?敖? | 00111111001111110101000000111111111001111111100100111111 | 3f3f503fe7f93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)