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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 症贊ァ\ | 100011111100011111100110110100111010011101011100 | 8fc7e6d3a75c |
EUC-JP | 症贊ァ\ | 10111110110010011110110011010101100011101010011101011100 | bec9ecd58ea75c |
UTF-8 | 症贊ァ\ | 11100111100101111000011111101000101101001000101011101111101111011010011101011100 | e79787e8b48aefbda75c |
UHC | 症贊?\ | 111100011111100011110011110001110011111101011100 | f1f8f3c73f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)