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 | ??G????B | 0011111100111111010001110011111100111111001111110011111101000010 | 3f3f473f3f3f3f42 |
SJIS-WIN | 将エG娼チ。゙B | 10001111101010111011010001000111100011111010100111000001101000011101111001000010 | 8fabb4478fa9c1a1de42 |
EUC-JP | 将エG娼チ。゙B | 1011111010101101100011101011010001000111101111101010101110001110110000011000111010100001100011101101111001000010 | bead8eb447beab8ec18ea18ede42 |
UTF-8 | 将エG娼チ。゙B | 1110010110110000100001101110111110111101101101000100011111100101101010001011110011101111101111101000000111101111101111011010000111101111101111101001111001000010 | e5b086efbdb447e5a8bcefbe81efbda1efbe9e42 |
UHC | ??G娼???B | 001111110011111101000111111100111101111000111111001111110011111101000010 | 3f3f47f3de3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)