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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鬢俯」狩紙 | 111010011010010010011000111010111010001110001110111010111000111010000110 | e9a498eba38eeb8e86 |
EUC-JP | 鬢俯」狩紙 | 11110010101001101101000011101101100011101010001110111100111011011011101111100110 | f2a6d0ed8ea3bcedbbe6 |
UTF-8 | 鬢俯」狩紙 | 111010011010110010100010111001001011111110101111111011111011110110100011111001111000101110101001111001111011010010011001 | e9aca2e4bfafefbda3e78ba9e7b499 |
UHC | ?俯?狩紙 | 0011111111011100111101100011111111100010101011011111001010110101 | 3fdcf63fe2adf2b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)