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 | 錵♀召讓 | 1110100001000101100000011000101010001111101000101110011010101000 | e845818a8fa2e6a8 |
EUC-JP | 錵♀召讓 | 1110111110100110101000011110101010111110101001001110110010101010 | efa6a1eabea4ecaa |
UTF-8 | 錵♀召讓 | 111010011000110010110101111000101001100110000000111001011000111110101100111010001010111010010011 | e98cb5e29980e58face8ae93 |
UHC | ?♀召讓 | 00111111101000011100111111100001101011111110010111010011 | 3fa1cfe1afe5d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)