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 | セ芬ス\ | 1011111011100100100011101011110101011100 | bee48ebd5c |
EUC-JP | セ芬ス\ | 10001110101111101110011111101110100011101011110101011100 | 8ebee7ee8ebd5c |
UTF-8 | セ芬ス\ | 11101111101111011011111011101000100010101010110011101111101111011011110101011100 | efbdbee88aacefbdbd5c |
UHC | ?芬?\ | 0011111111011101110100100011111101011100 | 3fddd23f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)