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 | 凋???至 | 10010010100111000011111100111111001111111000111010001010 | 929c3f3f3f8e8a |
EUC-JP | 凋???至 | 11000011111111000011111100111111001111111011101111101010 | c3fc3f3f3fbbea |
UTF-8 | 凋렖罹렖至 | 111001011000011110001011111010111010000010010110111011111010011110100110111010111010000010010110111010001000011110110011 | e5878beba096efa7a6eba096e887b3 |
UHC | 凋렖罹렖至 | 11110000101111011000111010101011111011001011101010001110101010111111001010111000 | f0bd8eabecba8eabf2b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)