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 | ??S???\ | 00111111001111110101001100111111001111110011111101011100 | 3f3f533f3f3f5c |
SJIS-WIN | 偲悉S篠スュ\ | 10001110110000111000111010111011010100111000111011000010101111011010110101011100 | 8ec38ebb538ec2bdad5c |
EUC-JP | 偲悉S篠スュ\ | 101111001100010110111100101111010101001110111100110001001000111010111101100011101010110101011100 | bcc5bcbd53bcc48ebd8ead5c |
UTF-8 | 偲悉S篠スュ\ | 1110010110000001101100101110011010000010100010010101001111100111101011111010000011101111101111011011110111101111101111011010110101011100 | e581b2e6828953e7afa0efbdbdefbdad5c |
UHC | ?悉S篠??\ | 001111111110001111111010010100111110000111000110001111110011111101011100 | 3fe3fa53e1c63f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)