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 | 至?源耿? | 1000111010001010001111111000110010111001111000111101010000111111 | 8e8a3f8cb9e3d43f |
EUC-JP | 至?源耿? | 1011101111101010001111111011100010111011111001101101011000111111 | bbea3fb8bbe6d63f |
UTF-8 | 至렮源耿렠 | 111010001000011110110011111010111010000010101110111001101011101010010000111010001000000010111111111010111010000010100000 | e887b3eba0aee6ba90e880bfeba0a0 |
UHC | 至렮源耿렠 | 11110010101110001000111010111011111010101011100111001100111010101000111010110001 | f2b88ebbeab9ccea8eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)