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 | セ螢鉅 | 11110000111000101011111011100101101000111110011111101000 | f0e2bee5a3e7e8 |
EUC-JP | ?セ螢鉅 | 00111111100011101011111011101010101001011110111011101010 | 3f8ebeeaa5eeea |
UTF-8 | セ螢鉅 | 111011101000001010100001111011111011110110111110111010001001111010100010111010011000100110000101 | ee82a1efbdbee89ea2e98985 |
UHC | ??螢鉅 | 001111110011111111111011101010111100101111101001 | 3f3ffbabcbe9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)