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 | ??h????^ | 0011111100111111011010000011111100111111001111110011111101011110 | 3f3f683f3f3f3f5e |
SJIS-WIN | 将ョh娼チ。゙^ | 10001111101010111010111001101000100011111010100111000001101000011101111001011110 | 8fabae688fa9c1a1de5e |
EUC-JP | 将ョh娼チ。゙^ | 1011111010101101100011101010111001101000101111101010101110001110110000011000111010100001100011101101111001011110 | bead8eae68beab8ec18ea18ede5e |
UTF-8 | 将ョh娼チ。゙^ | 1110010110110000100001101110111110111101101011100110100011100101101010001011110011101111101111101000000111101111101111011010000111101111101111101001111001011110 | e5b086efbdae68e5a8bcefbe81efbda1efbe9e5e |
UHC | ??h娼???^ | 001111110011111101101000111100111101111000111111001111110011111101011110 | 3f3f68f3de3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)