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???? | 00111111001111110101000000111111001111110011111100111111 | 3f3f503f3f3f3f |
SJIS-WIN | テ・Pテ・ツ賛 | 1100001110100101010100001100001110100101110000101000111001011110 | c3a550c3a5c28e5e |
EUC-JP | テ・Pテ・ツ賛 | 10001110110000111000111010100101010100001000111011000011100011101010010110001110110000101011101110111111 | 8ec38ea5508ec38ea58ec2bbbf |
UTF-8 | テ・Pテ・ツ賛 | 11101111101111101000001111101111101111011010010101010000111011111011111010000011111011111011110110100101111011111011111010000010111010001011001110011011 | efbe83efbda550efbe83efbda5efbe82e8b39b |
UHC | ??P???? | 00111111001111110101000000111111001111110011111100111111 | 3f3f503f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)