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 | °ùûKÄÑ | 10001111101100001111100111111011010010111100010011010001 | 8fb0f9fb4bc4d1 |
SJIS-WIN | ?°??K?? | 0011111110000001100010110011111100111111010010110011111100111111 | 3f818b3f3f4b3f3f |
EUC-JP | ?°ùûKÄÑ | 00111111101000011110101110001111101010111110001110001111101010111110010101001011100011111010101010100011100011111010101011010000 | 3fa1eb8fabe38fabe54b8faaa38faad0 |
UTF-8 | °ùûKÄÑ | 11000010100011111100001010110000110000111011100111000011101110110100101111000011100001001100001110010001 | c28fc2b0c3b9c3bb4bc384c391 |
UHC | ?°??K?? | 0011111110100001110001100011111100111111010010110011111100111111 | 3fa1c63f3f4b3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)