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 | 儼???余 | 10011001010101100011111100111111001111111001011101011101 | 99563f3f3f975d |
EUC-JP | 儼???余 | 11010001101101110011111100111111001111111100110110111110 | d1b73f3f3fcdbe |
UTF-8 | 儼벿띕퀨余 | 111001011000010010111100111010111011001010111111111010111001110110010101111011011000000010101000111001001011110110011001 | e584bcebb2bfeb9d95ed80a8e4bd99 |
UHC | 儼벿띕퀨余 | 11100101111100001001001111001110101101101110101110110011100111001110010111111001 | e5f093ceb6ebb39ce5f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)