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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 羶♀心 | 111000111011110110000001100010101001000001010011 | e3bd818a9053 |
EUC-JP | 羶♀心 | 111001101011111110100001111010101011111110110100 | e6bfa1eabfb4 |
UTF-8 | 羶♀心 | 111001111011111010110110111000101001100110000000111001011011111110000011 | e7beb6e29980e5bf83 |
UHC | ?♀心 | 0011111110100001110011111110001111111101 | 3fa1cfe3fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)