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 | 髯ー笂ゥ奛 | 1110100110011001101100001110001010010011101010011111101010100001 | e999b0e293a9faa1 |
EUC-JP | 髯ー笂ゥ奛 | 1111000111111001100011101011000011100011111100111000111010101001100011111011100011110111 | f1f98eb0e3f38ea98fb8f7 |
UTF-8 | 髯ー笂ゥ奛 | 111010011010101110101111111011111011110110110000111001111010110010000010111011111011110110101001111001011010010110011011 | e9abafefbdb0e7ac82efbda9e5a59b |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)