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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鬯」蠑滓が | 111010011010110010100011111001011011110010011111111001101000001010101010 | e9aca3e5bc9fe682aa |
EUC-JP | 鬯」蠑滓が | 11110010101011101000111010100011111010101011111011011110111010001010010010101100 | f2ae8ea3eabedee8a4ac |
UTF-8 | 鬯」蠑滓が | 111010011010110010101111111011111011110110100011111010001010000010010001111001101011101110010011111000111000000110001100 | e9acafefbda3e8a091e6bb93e3818c |
UHC | ???滓が | 00111111001111110011111111101110101010111010101010101100 | 3f3f3feeabaaac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)