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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鬩帚握袱 | 1110100110101001100110111110001010001000101011001110010111011110 | e9a99be288ace5de |
EUC-JP | 鬩帚握袱 | 1111001010101011110101101110010010110000101011101110101011100000 | f2abd6e4b0aeeae0 |
UTF-8 | 鬩帚握袱 | 111010011010110010101001111001011011100010011010111001101000111110100001111010001010001010110001 | e9aca9e5b89ae68fa1e8a2b1 |
UHC | ??握? | 0011111100111111111001001100010000111111 | 3f3fe4c43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)