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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 鴦エ菠」肛湿^ | 1110100111110001101101001110010011001000101000111110001111101000100011101011110001011110 | e9f1b4e4c8a3e3e88ebc5e |
EUC-JP | 鴦エ菠」肛湿^ | 11110010111100111000111010110100111010001100101010001110101000111110011011101010101111001011111001011110 | f2f38eb4e8ca8ea3e6eabcbe5e |
UTF-8 | 鴦エ菠」肛湿^ | 11101001101101001010011011101111101111011011010011101000100011111010000011101111101111011010001111101000100000101001101111100110101110011011111101011110 | e9b4a6efbdb4e88fa0efbda3e8829be6b9bf5e |
UHC | 鴦???肛?^ | 111001001110110000111111001111110011111111111001111111010011111101011110 | e4ec3f3f3ff9fd3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)