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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 踞セ逞樊B | 11100110111101011011111011100111100101111001111011100110111101011001111001000010 | e6f5bee7979ee6f59e42 |
EUC-JP | 踞セ逞樊?B | 11101100111101111000111010111110111011011111011111011100111010000011111101000010 | ecf78ebeedf7dce83f42 |
UTF-8 | 踞セ逞樊B | 11101000101110001001111011101111101111011011111011101001100000001001111011100110101010001000101011101110100100001000100101000010 | e8b89eefbdbee9809ee6a88aee908942 |
UHC | 踞?逞樊?B | 110010111110011000111111110101101100000111011011111000000011111101000010 | cbe63fd6c1dbe03f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)