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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 弴フ鯰タ | 1111101010111000110011001110100111001110110000001111001010111111 | fab8cce9cec0f2bf |
EUC-JP | 弴フ鯰タ? | 10001111101111001110110110001110110011001111001011010000100011101100000000111111 | 8fbced8eccf2d08ec03f |
UTF-8 | 弴フ鯰タ | 111001011011110010110100111011111011111010001100111010011010111110110000111011111011111010000000111011101000011110110110 | e5bcb4efbe8ce9afb0efbe80ee87b6 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)