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 | 踞セ逍シ | 111001101111010110111110111001111001011010111100 | e6f5bee796bc |
EUC-JP | 踞セ逍シ | 1110110011110111100011101011111011101101111101101000111010111100 | ecf78ebeedf68ebc |
UTF-8 | 踞セ逍シ | 111010001011100010011110111011111011110110111110111010011000000010001101111011111011110110111100 | e8b89eefbdbee9808defbdbc |
UHC | 踞?逍? | 110010111110011000111111111000011100111000111111 | cbe63fe1ce3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)