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 | 尺照燻キ | 10001110110110101000111111000110111000001000111010110111 | 8eda8fc6e08eb7 |
EUC-JP | 尺照燻キ | 1011110011011100101111101100100011011111111011101000111010110111 | bcdcbec8dfee8eb7 |
UTF-8 | 尺照燻キ | 111001011011000010111010111001111000010110100111111001111000011110111011111011111011110110110111 | e5b0bae785a7e787bbefbdb7 |
UHC | 尺照燻? | 11110100101010011111000011001110111111011011100000111111 | f4a9f0cefdb83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)