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??D | 001111110011111101010000001111110011111101000100 | 3f3f503f3f44 |
SJIS-WIN | テ・Pテ・D | 110000111010010101010000110000111010010101000100 | c3a550c3a544 |
EUC-JP | テ・Pテ・D | 10001110110000111000111010100101010100001000111011000011100011101010010101000100 | 8ec38ea5508ec38ea544 |
UTF-8 | テ・Pテ・D | 1110111110111110100000111110111110111101101001010101000011101111101111101000001111101111101111011010010101000100 | efbe83efbda550efbe83efbda544 |
UHC | ??P??D | 001111110011111101010000001111110011111101000100 | 3f3f503f3f44 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)