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 | 霍帶勞ム山 | 111010001011011110011011111001101001100110100111110100011000111001010010 | e8b79be699a7d18e52 |
EUC-JP | 霍帶勞ム山 | 11110000101110011101011011101000110100101010100110001110110100011011101110110011 | f0b9d6e8d2a98ed1bbb3 |
UTF-8 | 霍帶勞ム山 | 111010011001110010001101111001011011100010110110111001011000101110011110111011111011111010010001111001011011000110110001 | e99c8de5b8b6e58b9eefbe91e5b1b1 |
UHC | ?帶勞?山 | 0011111111010011111000011101011011001100001111111101111110100011 | 3fd3e1d6cc3fdfa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)