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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 冓羇i噎會搦 | 100110010110100111100011101100101000001010001001100110100111100010011000111100001001110110001110 | 9969e3b282899a7898f09d8e |
EUC-JP | 冓羇i噎會搦 | 110100011100101011100110101101001010001111101001110100111101100111010000111100101101100111101110 | d1cae6b4a3e9d3d9d0f2d9ee |
UTF-8 | 冓羇i噎會搦 | 111001011000011010010011111001111011111010000111111011111011110110001001111001011001100110001110111001101001110010000011111001101001000010100110 | e58693e7be87efbd89e5998ee69c83e690a6 |
UHC | ??i?會? | 0011111100111111101000111110100100111111111111001110010100111111 | 3f3fa3e93ffce53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)