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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 羣牆羆羞\ | 111000111011100011100000101011011110001110101111111000111011010101011100 | e3b8e0ade3afe3b55c |
EUC-JP | 羣牆羆羞\ | 111001101011101011100000101011111110011010110001111001101011011101011100 | e6bae0afe6b1e6b75c |
UTF-8 | 羣牆羆羞\ | 11100111101111101010001111100111100010011000011011100111101111101000011011100111101111101001111001011100 | e7bea3e78986e7be86e7be9e5c |
UHC | ?牆?羞\ | 00111111111011011110110100111111111000101011101001011100 | 3feded3fe2ba5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)