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 | 轣先勞ム撒 | 111001111000000110010000111001101001100110100111110100011000111001010100 | e78190e699a7d18e54 |
EUC-JP | 轣先勞ム撒 | 11101101111000011100000011101000110100101010100110001110110100011011101110110101 | ede1c0e8d2a98ed1bbb5 |
UTF-8 | 轣先勞ム撒 | 111010001011110110100011111001011000010110001000111001011000101110011110111011111011111010010001111001101001001010010010 | e8bda3e58588e58b9eefbe91e69292 |
UHC | ?先勞?撒 | 0011111111100000101110111101011011001100001111111101111110101110 | 3fe0bbd6cc3fdfae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)