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 | 梳鳴 | 111001101010001010110011111010011011001110110100 | e6a2b3e9b3b4 |
SJIS-WIN | ?¢???´ | 0011111110000001100100010011111100111111001111111000000101001100 | 3f81913f3f3f814c |
EUC-JP | �� | 100011111010100111000001101000011111000100111111100011111010101110110001001111111010000110101101 | 8fa9c1a1f13f8fabb13fa1ad |
UTF-8 | 梳鳴 | 110000111010011011000010101000101100001010110011110000111010100111000010101100111100001010110100 | c3a6c2a2c2b3c3a9c2b3c2b4 |
UHC | æ?³?³´ | 10101001101000010011111110101001111110000011111110101001111110001010001010100101 | a9a13fa9f83fa9f8a2a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)