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 | セ鯑ソ | 111100101011000010111110111010011100010010111111 | f2b0bee9c4bf |
EUC-JP | ?セ鯑ソ | 00111111100011101011111011110010110001101000111010111111 | 3f8ebef2c68ebf |
UTF-8 | セ鯑ソ | 111011101000011110100111111011111011110110111110111010011010111110010001111011111011110110111111 | ee87a7efbdbee9af91efbdbf |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)