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 | 箏耨 | 111101101110001011110000111010111110001010110101111000111101001111110110111000101111011010110100 | f6e2f0ebe2b5e3d3f6e2f6b4 |
EUC-JP | ??箏耨?? | 0011111100111111111001001011011111100110110101010011111100111111 | 3f3fe4b7e6d53f3f |
UTF-8 | 箏耨 | 111011101001010010001001111011101000001010101010111001111010111010001111111010001000000010101000111011101001010010001001111011101001001110011011 | ee9489ee82aae7ae8fe880a8ee9489ee939b |
UHC | ??箏??? | 00111111001111111110111010110100001111110011111100111111 | 3f3feeb43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)