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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ??淫私?B | 0011111100111111100010001111101010001110100001000011111101000010 | 3f3f88fa8e843f42 |
EUC-JP | 湞?淫私?B | 10001111110001111111111000111111101100001111110010111011111001000011111101000010 | 8fc7fe3fb0fcbbe43f42 |
UTF-8 | 湞렰淫私쓱B | 11100110101110011001111011101011101000001011000011100110101101111010101111100111101001111000000111101100100100111011000101000010 | e6b99eeba0b0e6b7abe7a781ec93b142 |
UHC | 湞렰淫私쓱B | 1110111111100110100011101011110111101011111000101101111011100111101111101011001101000010 | efe68ebdebe2dee7beb342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)