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????P | 0011111100111111010001110011111100111111001111110011111101010000 | 3f3f473f3f3f3f50 |
SJIS-WIN | 将エG娼チ。゙P | 10001111101010111011010001000111100011111010100111000001101000011101111001010000 | 8fabb4478fa9c1a1de50 |
EUC-JP | 将エG娼チ。゙P | 1011111010101101100011101011010001000111101111101010101110001110110000011000111010100001100011101101111001010000 | bead8eb447beab8ec18ea18ede50 |
UTF-8 | 将エG娼チ。゙P | 1110010110110000100001101110111110111101101101000100011111100101101010001011110011101111101111101000000111101111101111011010000111101111101111101001111001010000 | e5b086efbdb447e5a8bcefbe81efbda1efbe9e50 |
UHC | ??G娼???P | 001111110011111101000111111100111101111000111111001111110011111101010000 | 3f3f47f3de3f3f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)