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?? | 0011111100111111010011110011111100111111 | 3f3f4f3f3f |
SJIS-WIN | 質O鮏竺 | 111100001100000010001110101111110100111111111100010000111000111010110001 | f0c08ebf4ffc438eb1 |
EUC-JP | ?質O鮏竺 | 001111111011110011000001010011111000111111101010110110111011110010110011 | 3fbcc14f8feadbbcb3 |
UTF-8 | 質O鮏竺 | 11101110100000011011111111101000101100111010101001001111111010011010111010001111111001111010101110111010 | ee81bfe8b3aa4fe9ae8fe7abba |
UHC | ?質O?竺 | 00111111111100101111010101001111001111111111010111100111 | 3ff2f54f3ff5e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)