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 | ?盲?? | 0011111110010110110100110011111100111111 | 3f96d33f3f |
EUC-JP | 薏盲?? | 10001111110110011101111011001100110101010011111100111111 | 8fd9deccd53f3f |
UTF-8 | 薏盲췹뤈 | 111010001001011010001111111001111001101110110010111011001011011110111001111010111010010010001000 | e8968fe79bb2ecb7b9eba488 |
UHC | 薏盲췹뤈 | 1110101111111011110110001110111011000011111011111000111110111000 | ebfbd8eec3ef8fb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)