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 | äÜ¸è² | 10001111111001001101110010001110101110001110100010110010 | 8fe4dc8eb8e8b2 |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ?äÜ?¸è? | 001111111000111110101011101000111000111110101010111001000011111110001111101000101011000110001111101010111011001000111111 | 3f8faba38faae43f8fa2b18fabb23f |
UTF-8 | äÜ¸è² | 1100001010001111110000111010010011000011100111001100001010001110110000101011100011000011101010001100001010110010 | c28fc3a4c39cc28ec2b8c3a8c2b2 |
UHC | ????¸?² | 001111110011111100111111001111111010001010101100001111111010100111110111 | 3f3f3f3fa2ac3fa9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)