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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 謠野絃 | 111001101000111110010110111011001000110010111100 | e68f96ec8cbc |
EUC-JP | 謠野絃 | 111010111110111111001100111011101011100010111110 | ebefcceeb8be |
UTF-8 | 謠野絃 | 111010001010110010100000111010011000011110001110111001111011010110000011 | e8aca0e9878ee7b583 |
UHC | 謠野絃 | 111010011010101011100101101011111111101011100001 | e9aae5affae1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)