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 | ¸¨Àøû | 100011111011100010101000110000001111100011111011 | 8fb8a8c0f8fb |
SJIS-WIN | ??¨??? | 00111111001111111000000101001110001111110011111100111111 | 3f3f814e3f3f3f |
EUC-JP | ?¸¨Àøû | 001111111000111110100010101100011010000110101111100011111010101010100010100011111010100111001100100011111010101111100101 | 3f8fa2b1a1af8faaa28fa9cc8fabe5 |
UTF-8 | ¸¨Àøû | 110000101000111111000010101110001100001010101000110000111000000011000011101110001100001110111011 | c28fc2b8c2a8c380c3b8c3bb |
UHC | ?¸¨?ø? | 001111111010001010101100101000011010011100111111101010011010101000111111 | 3fa2aca1a73fa9aa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)