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 | 佇?齬?柚 | 1001100011001000001111111110101010010111001111111001011101001101 | 98c83fea973f974d |
EUC-JP | 佇?齬?柚 | 1101000011001010001111111111001111110111001111111100110110101110 | d0ca3ff3f73fcdae |
UTF-8 | 佇렡齬렜柚 | 111001001011110110000111111010111010000010100001111010011011110110101100111010111010000010011100111001101001111110011010 | e4bd87eba0a1e9bdaceba09ce69f9a |
UHC | 佇렡齬렜柚 | 11101110101101111000111010110010111001011110000110001110101011101110101011110110 | eeb78eb2e5e18eaeeaf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)