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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 鞣悛鞣簓^ | 111010001110001010011100101000001110100011100010111000101100011101011110 | e8e29ca0e8e2e2c75e |
EUC-JP | 鞣悛鞣簓^ | 111100001110010011011000101000101111000011100100111001001100100101011110 | f0e4d8a2f0e4e4c95e |
UTF-8 | 鞣悛鞣簓^ | 11101001100111101010001111100110100000101001101111101001100111101010001111100111101100001001001101011110 | e99ea3e6829be99ea3e7b0935e |
UHC | ?悛??^ | 001111111110111011111001001111110011111101011110 | 3feef93f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)