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 | ???o | 00111111001111110011111101101111 | 3f3f3f6f |
SJIS-WIN | 脱湛卒o | 10010010010001011001001001011000100100011011001001101111 | 9245925891b26f |
EUC-JP | 脱湛卒o | 11000011101001101100001110111001110000101011010001101111 | c3a6c3b9c2b46f |
UTF-8 | 脱湛卒o | 11101000100001001011000111100110101110011001101111100101100011011001001001101111 | e884b1e6b99be58d926f |
UHC | ?湛卒o | 001111111101001111000000111100001110111101101111 | 3fd3c0f0ef6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)