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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 矼オ荳シ | 11100001111000111011010111100100101110001000001101010110 | e1e3b5e4b88356 |
EUC-JP | 矼オ荳シ | 1110001011100101100011101011010111101000101110101010010110110111 | e2e58eb5e8baa5b7 |
UTF-8 | 矼オ荳シ | 111001111001111110111100111011111011110110110101111010001000110110110011111000111000001010110111 | e79fbcefbdb5e88db3e382b7 |
UHC | ??荳シ | 001111110011111111010100111001011010101110110111 | 3f3fd4e5abb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)