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 | ???V | 00111111001111110011111101010110 | 3f3f3f56 |
SJIS-WIN | フン巐V | 1100110011011101111110101011011001010110 | ccddfab656 |
EUC-JP | フン巐V | 1000111011001100100011101101110110001111101110111111100101010110 | 8ecc8edd8fbbf956 |
UTF-8 | フン巐V | 11101111101111101000110011101111101111101001110111100101101101111001000001010110 | efbe8cefbe9de5b79056 |
UHC | ???V | 00111111001111110011111101010110 | 3f3f3f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)