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 | 跌ケ迪エ遽 | 1110011011101001101110011110011110001100101101001110011110101111 | e6e9b9e78cb4e7af |
EUC-JP | 跌ケ迪エ遽 | 11101100111010111000111010111001111011011110110010001110101101001110111010110001 | eceb8eb9edec8eb4eeb1 |
UTF-8 | 跌ケ迪エ遽 | 111010001011011110001100111011111011110110111001111010001011111110101010111011111011110110110100111010011000000110111101 | e8b78cefbdb9e8bfaaefbdb4e981bd |
UHC | 跌?迪?遽 | 1111001011110110001111111110111011101000001111111100101111101000 | f2f63feee83fcbe8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)