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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?讌巐卓ァシ^ | 00111111111001101010010111111010101101101001000111101100101001111011110001011110 | 3fe6a5fab691eca7bc5e |
EUC-JP | 嶴讌巐卓ァシ^ | 100011111011101111110011111011001010011110001111101110111111100111000010111011101000111010100111100011101011110001011110 | 8fbbf3eca78fbbf9c2ee8ea78ebc5e |
UTF-8 | 嶴讌巐卓ァシ^ | 11100101101101101011010011101000101011101000110011100101101101111001000011100101100011011001001111101111101111011010011111101111101111011011110001011110 | e5b6b4e8ae8ce5b790e58d93efbda7efbdbc5e |
UHC | ???卓??^ | 0011111100111111001111111111011011110001001111110011111101011110 | 3f3f3ff6f13f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)